Skip to content

Commit c7722c1

Browse files
committed
test: fix argos flaky tests
1 parent 36d5d8d commit c7722c1

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

app/playwright/video/Video.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export function Video() {
2121
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
2222
allowFullScreen
2323
className="absolute inset-0 h-full w-full"
24+
data-visual-test="blackout"
2425
/>
2526
</div>
2627
</Container>

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"zod": "^3.22.4"
4343
},
4444
"devDependencies": {
45-
"@argos-ci/cli": "^1.0.5",
46-
"@argos-ci/cypress": "^1.3.0",
45+
"@argos-ci/cli": "^1.0.9",
46+
"@argos-ci/cypress": "^1.5.0",
4747
"@babel/core": "^7.23.7",
4848
"@radix-ui/colors": "^3.0.0",
4949
"@tailwindcss/typography": "^0.5.10",

pnpm-lock.yaml

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)