Skip to content

Commit 4b9ae5d

Browse files
committed
fix: gallery native widget test
1 parent e861ade commit 4b9ae5d

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

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

Lines changed: 8 additions & 5 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-
- scrollUntilVisible:
14-
element:
15-
text: ".*Title 20.*"
16-
direction: LEFT
17-
timeout: 60000
13+
- repeat:
14+
times: 35
15+
commands:
16+
- swipe:
17+
start: 90%, 10%
18+
end: 15%, 10%
19+
- assertVisible:
20+
text: ".*Title 20.*"

0 commit comments

Comments
 (0)