Fix integration tests

feature/default_network_editable
Alexander Tseung 6 years ago
parent 6b3a4e8259
commit 77e8eac4b3
  1. 2
      test/integration/lib/tx-list-items.js

@ -34,7 +34,7 @@ async function runTxListItemsTest (assert, done) {
const retryTxGrid = await findAsync($(txListItems[1]), '.transaction-list-item__grid')
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')
assert.equal(headerButtons[0].textContent, 'speed up')

Loading…
Cancel
Save