e2e for debuger

pull/5370/head
lianahus 3 years ago committed by Aniket
parent d9a3e59a2c
commit 3f8710e08f
  1. 1
      apps/remix-ide-e2e/src/tests/debugger.test.ts

@ -205,6 +205,7 @@ module.exports = {
.clickLaunchIcon('debugger')
.waitForElementVisible('*[data-id="slider"]')
.goToVMTraceStep(154)
.scrollInto('*[data-id="stepdetail"]')
.waitForElementContainsText('*[data-id="stepdetail"]', 'vm trace step:\n154', 60000)
},

Loading…
Cancel
Save