mirror of
https://github.com/zhigang1992/xverse-web-extension.git
synced 2026-05-01 06:02:39 +08:00
fix: locator name for inputs and outputs button (#487)
This commit is contained in:
@@ -539,7 +539,7 @@ export default class Wallet {
|
|||||||
this.containerFeeRate = page.getByTestId('feerate-container');
|
this.containerFeeRate = page.getByTestId('feerate-container');
|
||||||
this.inputBTCAddress = page.locator('input[type="text"]');
|
this.inputBTCAddress = page.locator('input[type="text"]');
|
||||||
this.inputBTCAmount = page.getByTestId('btc-amount');
|
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.confirmTotalAmount = page.getByTestId('confirm-total-amount');
|
||||||
this.confirmCurrencyAmount = page.getByTestId('confirm-currency-amount');
|
this.confirmCurrencyAmount = page.getByTestId('confirm-currency-amount');
|
||||||
this.confirmAmount = page.getByTestId('confirm-amount');
|
this.confirmAmount = page.getByTestId('confirm-amount');
|
||||||
|
|||||||
Reference in New Issue
Block a user