Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c1c99c0

Browse files
committed
test: use v-if instead of v-show
to prevent Cypress from asserting too early
1 parent 30e76b5 commit c1c99c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎components/Example4.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<br />
3030
<br />
3131
<img
32-
v-show="response"
32+
v-if="response"
3333
:src="response"
3434
data-cy="img-random-cat"
3535
style="width: 100%; height: auto"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /