Skip to content

Commit e33382b

Browse files
authored
Increase timeouts for ADS maestro tests (#6961)
Task/Issue URL: https://app.asana.com/1/137249556945/project/488551667048375/task/1211693554008282?focus=true ### Description Increased timeout values from 30000 to 50000 milliseconds in the design system components Maestro test flow to address persistent test failures. This change gives the UI elements more time to appear during scrolling operations. ### Steps to test this PR _Verify Maestro tests pass_ - [ ] Run the design system components Maestro test flow - [ ] Verify that all scrolling operations complete successfully without timing out ### UI changes No UI changes, this is a test configuration update only.
1 parent adc5544 commit e33382b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.maestro/ads_preview_flows/1-_design-system-components.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tags:
2424
- assertVisible: "COLOR PALETTE"
2525
- tapOn: "TYPOGRAPHY"
2626
- scrollUntilVisible:
27-
timeout: 30000
27+
timeout: 50000
2828
speed: 60
2929
element:
3030
text: "Text Appearance Caption"
@@ -39,7 +39,7 @@ tags:
3939
- assertVisible: "Keep Using"
4040
- tapOn: "Keep Using"
4141
- scrollUntilVisible:
42-
timeout: 30000
42+
timeout: 50000
4343
speed: 60
4444
element:
4545
text: "Stacked Text Alert Dialog With 4 buttons"
@@ -48,7 +48,7 @@ tags:
4848
- assertVisible: "Keep Using"
4949
- tapOn: "Keep Using"
5050
- scrollUntilVisible:
51-
timeout: 30000
51+
timeout: 50000
5252
speed: 60
5353
element:
5454
text: "Promo Bottom Sheet with image"
@@ -66,7 +66,7 @@ tags:
6666
- tapOn:
6767
id: "com.duckduckgo.mobile.android:id/bottomSheetPromoPrimaryButton"
6868
- scrollUntilVisible:
69-
timeout: 30000
69+
timeout: 50000
7070
speed: 60
7171
element:
7272
text: "Cookie Consent dialog with animation"
@@ -108,14 +108,14 @@ tags:
108108
index: 0
109109
- tapOn: "LIST ITEMS"
110110
- scrollUntilVisible:
111-
timeout: 30000
111+
timeout: 50000
112112
speed: 60
113113
element:
114114
text: "With Beta Pill and Switch"
115115
direction: DOWN
116116
- tapOn: "Others"
117117
- scrollUntilVisible:
118-
timeout: 30000
118+
timeout: 50000
119119
speed: 60
120120
element:
121121
text: "Enable Dark Theme"

0 commit comments

Comments
 (0)