Update RSK test: set 21000 gasLimit

This commit is contained in:
Victor Baranov 2019-06-11 18:40:21 +03:00
parent 43394bd791
commit dbfd91b43b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const { screens, elements, NETWORKS } = require('../elements')
it('confirms transaction', async function () {
const inputGasLimit = await f.waitUntilShowUp(screens.confirmTransaction.fields.gasLimit)
await f.clearField(inputGasLimit)
await inputGasLimit.sendKeys('31500')
await inputGasLimit.sendKeys('21000')
const button = await f.waitUntilShowUp(screens.confirmTransaction.button.submit)
assert.equal(await button.getAttribute('value'), 'Submit', 'button has incorrect name')
await f.click(button)