MOBILE-3833 behat: Fix popovers interaction

main
Noel De Martin 2021-12-20 17:25:48 +01:00
parent 3756cbe001
commit b99f47e330
3 changed files with 6 additions and 4 deletions

View File

@ -240,7 +240,8 @@ Feature: Test basic usage of forum activity in app
And I press "Display options" near "Reply" in the app
Then I should not find "Delete" in the app
When I switch offline mode to "false"
When I close the popup in the app
And I switch offline mode to "false"
And I press "Display options" near "Reply" in the app
And I press "Delete" in the app
And I press "Delete" in the app

View File

@ -158,8 +158,7 @@ Feature: Test basic usage of messages in app
And I press "Display options" in the app
Then I should find "Add to contacts" in the app
When I press "Display options" in the app
And I press "Delete conversation" in the app
When I press "Delete conversation" in the app
And I press "Delete" near "Are you sure you would like to delete this entire conversation?" in the app
Then I should not find "heeey student" in the app
And I should not find "hi" in the app
@ -392,6 +391,7 @@ Feature: Test basic usage of messages in app
And I should find "Delete conversation" in the app
When I press "Show delete messages" in the app
And I close the popup in the app
Then I should find "self conversation online" in the app
And I should find "self conversation offline" in the app

View File

@ -37,6 +37,7 @@ Feature: Test messages navigation in the app
When I press "Display options" in the app
Then I should not find "User info" in the app
When I press the back button in the app
When I close the popup in the app
And I press the back button in the app
And I press the back button in the app
Then I should find "Hi there" in the app