Skip to content

Commit bd8bd7e

Browse files
committed
fix: gallery native test
1 parent 49b3a5d commit bd8bd7e

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ appId: "${APP_ID}"
1010
text: "Gallery"
1111
- assertVisible:
1212
text: ".*Title 0.*"
13-
- swipeUntilVisible:
14-
direction: LEFT
13+
- repeat:
14+
while:
15+
notVisible:
16+
text: ".*Title 20.*"
1517
timeout: 60000
16-
element:
17-
text: ".*Title 20.*"
18+
commands:
19+
- swipe:
20+
direction: LEFT

0 commit comments

Comments
 (0)