File tree 1 file changed +17
-0
lines changed
app/src/androidTest/java/com/futsch1/medtimer
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -116,16 +116,33 @@ public void appIntro() {
116
116
assertDisplayed (R .string .intro_welcome );
117
117
assertDisplayed (R .string .intro_welcome_description );
118
118
119
+ try {
120
+ dismissANRSystemDialog ();
121
+ } catch (UiObjectNotFoundException e ) {
122
+ // intentionally empty
123
+ }
124
+
119
125
clickOn (com .github .appintro .R .id .next );
120
126
121
127
sleep (1000 );
122
128
129
+ try {
130
+ dismissANRSystemDialog ();
131
+ } catch (UiObjectNotFoundException e ) {
132
+ // intentionally empty
133
+ }
134
+
123
135
assertDisplayed (R .string .tab_medicine );
124
136
assertDisplayed (R .string .intro_medicine_description );
125
137
126
138
clickOn (com .github .appintro .R .id .skip );
127
139
128
140
sleep (1000 );
141
+ try {
142
+ dismissANRSystemDialog ();
143
+ } catch (UiObjectNotFoundException e ) {
144
+ // intentionally empty
145
+ }
129
146
130
147
assertDisplayed (R .string .next_reminders );
131
148
}
You can’t perform that action at this time.
0 commit comments