mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fixed test instability (#18174)
This commit is contained in:
parent
1c613a4556
commit
1482cd1c96
@ -83,7 +83,7 @@ const reviewQuote = async (driver, options) => {
|
||||
'Error: SwapFrom has wrong symbol',
|
||||
);
|
||||
const swapToSymbol = await driver.waitForSelector(
|
||||
'.main-quote-summary__destination-row',
|
||||
'.main-quote-summary__destination-row > span',
|
||||
);
|
||||
assert.equal(
|
||||
await swapToSymbol.getText(),
|
||||
|
Loading…
Reference in New Issue
Block a user