File tree 1 file changed +6
-25
lines changed
dev-packages/e2e-tests/maestro
1 file changed +6
-25
lines changed Original file line number Diff line number Diff line change @@ -6,38 +6,19 @@ jsEngine: graaljs
6
6
# Open feedback widget
7
7
- tapOn : ' Feedback'
8
8
9
- # Assert that all feedback form elements are visible
9
+ # Assert that the form is visible
10
10
- 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'
32
12
33
13
# Close and repopen feedback widget
14
+ - scrollUntilVisible :
15
+ element :
16
+ id : ' cancel-button'
34
17
- tapOn :
35
18
id : ' cancel-button'
36
19
- tapOn : ' Feedback'
37
20
- extendedWaitUntil :
38
- visible :
39
- id : ' sentry-logo'
40
- timeout : 1_000
21
+ visible : ' Report a Bug'
41
22
42
23
# Fill out name field
43
24
- tapOn :
You can’t perform that action at this time.
0 commit comments