Skip to content

Commit 2019825

Browse files
committed
fix: gallery native widget test
1 parent bd8bd7e commit 2019825

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ appId: "${APP_ID}"
1111
- assertVisible:
1212
text: ".*Title 0.*"
1313
- repeat:
14-
while:
15-
notVisible:
16-
text: ".*Title 20.*"
17-
timeout: 60000
14+
times: 30
1815
commands:
19-
- swipe:
20-
direction: LEFT
16+
- runFlow:
17+
when:
18+
notVisible:
19+
text: ".*Title 20.*"
20+
commands:
21+
- swipe:
22+
direction: LEFT
23+
- assertVisible:
24+
text: ".*Title 20.*"

0 commit comments

Comments
 (0)