File tree Expand file tree Collapse file tree 1 file changed +6
-25
lines changed
dev-packages/e2e-tests/maestro Expand file tree Collapse file tree 1 file changed +6
-25
lines changed Original file line number Diff line number Diff line change @@ -6,38 +6,19 @@ jsEngine: graaljs
66# Open feedback widget
77- tapOn : ' Feedback'
88
9- # Assert that all feedback form elements are visible
9+ # Assert that the form is visible
1010- extendedWaitUntil :
11- visible :
12- id : ' sentry-logo'
13- timeout : 1_000
14- - assertVisible :
15- id : ' form-title'
16- - assertVisible :
17- id : ' name-label'
18- - assertVisible :
19- id : ' name-input'
20- - assertVisible :
21- id : ' email-label'
22- - assertVisible :
23- id : ' email-input'
24- - assertVisible :
25- id : ' message-label'
26- - assertVisible :
27- id : ' message-input'
28- - assertVisible :
29- id : ' submit-button'
30- - assertVisible :
31- id : ' cancel-button'
11+ visible : ' Report a Bug'
3212
3313# Close and repopen feedback widget
14+ - scrollUntilVisible :
15+ element :
16+ id : ' cancel-button'
3417- tapOn :
3518 id : ' cancel-button'
3619- tapOn : ' Feedback'
3720- extendedWaitUntil :
38- visible :
39- id : ' sentry-logo'
40- timeout : 1_000
21+ visible : ' Report a Bug'
4122
4223# Fill out name field
4324- tapOn :
You can’t perform that action at this time.
0 commit comments