Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion TransactionMobile.Maui.UiTests/Features/PageNavigation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,30 @@ Scenario: Back Button from Reports Page Screen
When I click on the back button
Then the Merchant Home Page is displayed

# Profile Page Back Button Tests
@PRNavTest
Scenario: Back Button from Profile Page Screen
Given I am on the Login Screen
And the application is in training mode
When I enter 'user1' as the Email Address
And I enter '123456' as the Password
And I tap on Login
Then the Merchant Home Page is displayed
When I tap on Profile
Then the My Profile Page is displayed
When I tap on the Addresses button
Then the Address List Page is displayed
When I click on the back button
Then the My Profile Page is displayed
When I tap on the Contacts button
Then the Contact List Page is displayed
When I click on the back button
Then the My Profile Page is displayed
When I tap on the Account Info button
Then the Account Info Page is displayed
When I click on the back button
Then the My Profile Page is displayed
When I click on the back button
Then the Merchant Home Page is displayed

# My Account Page Back Button Tests
# Support Page Back Button Tests