flattentree
filip mertens 11 months ago
parent 9780970039
commit 866d4cdefa
  1. 2
      apps/remix-ide-e2e/src/tests/runAndDeploy.test.ts

@ -27,7 +27,7 @@ module.exports = {
.assert.containsText('*[data-id="sidePanelSwapitTitle"]', 'DEPLOY & RUN TRANSACTIONS')
.validateValueInput('*[data-id="dandrValue"]', ['9','9','9'], '999')
.validateValueInput('*[data-id="dandrValue"]', ['0','0','0'], '0')
.validateValueInput('*[data-id="dandrValue"]', ['1','.','3'], '3') // no decimal
.validateValueInput('*[data-id="dandrValue"]', ['1','.','3'], '0') // no decimal
// .validateValueInput('*[data-id="dandrValue"]', 'dragon', '0') // only numbers
},

Loading…
Cancel
Save