Skip to content

Commit

Permalink
fix: locator name for inputs and outputs button (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeerbes authored Aug 13, 2024
1 parent 4cf5f16 commit 85a0b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pages/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ export default class Wallet {
this.containerFeeRate = page.getByTestId('feerate-container');
this.inputBTCAddress = page.locator('input[type="text"]');
this.inputBTCAmount = page.getByTestId('btc-amount');
this.buttonExpand = page.getByRole('button', { name: 'Inputs & Outputs Dropdown' });
this.buttonExpand = page.getByRole('button', { name: 'Inputs & Outputs' });
this.confirmTotalAmount = page.getByTestId('confirm-total-amount');
this.confirmCurrencyAmount = page.getByTestId('confirm-currency-amount');
this.confirmAmount = page.getByTestId('confirm-amount');
Expand Down

0 comments on commit 85a0b17

Please sign in to comment.