Skip to content

Commit

Permalink
test(extension): test maintenance 06 may (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
bslabiak committed May 6, 2024
1 parent eced3f3 commit 45a65f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Feature: LW-484: Send & Receive - Popup View (Simple Tx)
Then I verify transaction costs amount is around 0.00 ADA
And I enter a valid "shelley" address in the bundle 1 recipient's address
When I enter a value of: 2 to the "tADA" asset in bundle 1
Then I verify transaction costs amount is around 0.25 ADA
Then I verify transaction costs amount is around 0.18 ADA

@LW-2404 @Testnet @Mainnet
Scenario: Popup-view - Tx summary page is displayed - single asset (ADA)
Expand Down
1 change: 1 addition & 0 deletions packages/e2e-tests/src/pageobject/menuHeaderPageObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class MenuHeaderPageObject {
}

async clickSettingsOption() {
await MenuHeader.menuSettingsButton.waitForStable();
await MenuHeader.menuSettingsButton.click();
}

Expand Down
1 change: 1 addition & 0 deletions packages/e2e-tests/src/steps/transactionsSteps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ When(/^I click on a transaction hash and save hash information$/, async () => {
});

When(/^I click on a transaction hash$/, async () => {
await TransactionDetailsPage.transactionDetailsHash.waitForDisplayed();
await TransactionDetailsPage.transactionDetailsHash.click();
});

Expand Down

0 comments on commit 45a65f4

Please sign in to comment.