@@ -31,7 +31,7 @@ Feature: Test basic usage of messages in app
3131 And I press "Student1 student1" in the app
3232 And I set the field "New message" to "heeey student" in the app
3333 And I press "Send" in the app
34- And I press "Display options" in the app
34+ And I press the page context menu button in the app
3535 And I press "Add to contacts" in the app
3636 And I press "Add" near "Are you sure you want to add Student1 student1 to your contacts?" in the app
3737 Then I should find "Contact request sent" in the app
@@ -133,7 +133,7 @@ Feature: Test basic usage of messages in app
133133 And I press "Send" in the app
134134 Then I should find "heeey student" in the app
135135
136- When I press "Display options" in the app
136+ When I press the page context menu button in the app
137137 And I press "Add to contacts" in the app
138138 And I press "Add" in the app
139139 Then I should find "Contact request sent" in the app
@@ -148,20 +148,20 @@ Feature: Test basic usage of messages in app
148148 When I press "Accept and add to contacts" in the app
149149 Then I should not find "Teacher teacher would like to contact you" in the app
150150
151- When I press "Display options" in the app
151+ When I press the page context menu button in the app
152152 And I press "User info" in the app
153153 And I press "Message" in the app
154154 And I set the field "New message" to "hi" in the app
155155 And I press "Send" "button" in the app
156156 Then I should find "heeey student" in the app
157157 And I should find "hi" in the app
158158
159- When I press "Display options" in the app
159+ When I press the page context menu button in the app
160160 And I press "Remove from contacts" in the app
161161 And I press "Remove" in the app
162162 And I wait loading to finish in the app
163163 And I go back 2 times in the app
164- And I press "Display options" in the app
164+ And I press the page context menu button in the app
165165 Then I should find "Add to contacts" in the app
166166
167167 When I press "Delete conversation" in the app
@@ -276,7 +276,7 @@ Feature: Test basic usage of messages in app
276276 And I should find "Starred (1)" in the app
277277
278278 When I press "star message" in the app
279- And I press "Display options" in the app
279+ And I press the page context menu button in the app
280280 And I press "Star conversation" in the app
281281 And I go back in the app
282282 Then I should find "Private (1)" in the app
@@ -291,7 +291,7 @@ Feature: Test basic usage of messages in app
291291 When I press "Participants" in the app
292292 And I press "Student1 student1" in the app
293293 And I press "Message" in the app
294- And I press "Display options" in the app
294+ And I press the page context menu button in the app
295295 And I press "Block user" in the app
296296 And I press "Block user" near "Are you sure you want to block Student1 student1?" in the app
297297 Then I should find "You have blocked this user" in the app
@@ -306,7 +306,7 @@ Feature: Test basic usage of messages in app
306306 When I press "Participants" in the app
307307 And I press "Student1 student1" in the app
308308 And I press "Message" in the app
309- And I press "Display options" in the app
309+ And I press the page context menu button in the app
310310 Then I should find "Unblock user" in the app
311311 But I should not find "Block user" in the app
312312
@@ -332,15 +332,15 @@ Feature: Test basic usage of messages in app
332332 And I press "Send" in the app
333333 Then I should find "test message" in the app
334334
335- When I press "Display options" in the app
335+ When I press the page context menu button in the app
336336 And I press "Mute" in the app
337337 Then I should find "Muted conversation" in the app
338338
339- When I press "Display options" in the app
339+ When I press the page context menu button in the app
340340 And I press "Unmute" in the app
341341 Then I should not find "Muted conversation" in the app
342342
343- When I press "Display options" in the app
343+ When I press the page context menu button in the app
344344 When I press "Mute" in the app
345345 Then I should find "Muted conversation" in the app
346346
@@ -369,12 +369,12 @@ Feature: Test basic usage of messages in app
369369 When I switch network connection to wifi
370370 And I go back in the app
371371 And I press "Student1 student1" in the app
372- And I press "Display options" in the app
372+ And I press the page context menu button in the app
373373 Then I should find "Show delete messages" in the app
374374 And I should find "Delete conversation" in the app
375375
376376 When I press "Unstar conversation" in the app
377- And I press "Display options" in the app
377+ And I press the page context menu button in the app
378378 Then I should find "Star conversation" in the app
379379 And I should find "Delete conversation" in the app
380380
@@ -388,7 +388,7 @@ Feature: Test basic usage of messages in app
388388 Then I should find "self conversation online" in the app
389389 But I should not find "self conversation offline" in the app
390390
391- When I press "Display options" in the app
391+ When I press the page context menu button in the app
392392 And I press "Delete conversation" in the app
393393 And I press "Delete" near "Are you sure you would like to delete this entire personal conversation?" in the app
394394 Then I should not find "self conversation online" in the app
0 commit comments