fix: locator name for inputs and outputs button (#487)

This commit is contained in:
fede erbes
2024-08-13 13:06:45 +02:00
committed by GitHub
parent 4cf5f160f1
commit 85a0b1723b

View File

@@ -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');