2022-03-07 11:49:05 +00:00
|
|
|
Feature: Transactions Page
|
|
|
|
|
2022-03-21 13:01:51 +00:00
|
|
|
Scenario: Navigate to transactions page
|
|
|
|
Given I am on the homepage
|
|
|
|
When I navigate to the transactions page
|
|
|
|
Then transactions page is correctly displayed
|
|
|
|
|
|
|
|
Scenario: Navigate to transaction details page
|
|
|
|
Given I am on the homepage
|
|
|
|
When I navigate to the transactions page
|
|
|
|
And I click on the top transaction
|
|
|
|
Then transaction details are displayed
|
2022-04-11 17:09:54 +00:00
|
|
|
|
|
|
|
Scenario: Navigate to transactions page using mobile
|
|
|
|
Given I am on mobile and open the toggle menu
|
|
|
|
When I navigate to the transactions page
|
|
|
|
Then transactions page is correctly displayed
|
|
|
|
When I click on the top transaction
|
|
|
|
Then transaction details are displayed
|