mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Fix integration tests
This commit is contained in:
parent
6b3a4e8259
commit
77e8eac4b3
@ -34,7 +34,7 @@ async function runTxListItemsTest (assert, done) {
|
|||||||
|
|
||||||
const retryTxGrid = await findAsync($(txListItems[1]), '.transaction-list-item__grid')
|
const retryTxGrid = await findAsync($(txListItems[1]), '.transaction-list-item__grid')
|
||||||
retryTxGrid[0].click()
|
retryTxGrid[0].click()
|
||||||
const retryTxDetails = await findAsync($(txListItems[1]), '.transaction-list-item-details')
|
const retryTxDetails = await findAsync($, '.transaction-list-item-details')
|
||||||
const headerButtons = await findAsync($(retryTxDetails[0]), '.transaction-list-item-details__header-button')
|
const headerButtons = await findAsync($(retryTxDetails[0]), '.transaction-list-item-details__header-button')
|
||||||
assert.equal(headerButtons[0].textContent, 'speed up')
|
assert.equal(headerButtons[0].textContent, 'speed up')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user