pull/5370/head
filip mertens 3 years ago
parent 92de1b2994
commit a9f98a16d3
  1. 2
      apps/remix-ide-e2e/src/local-plugin/tests/plugin-api.test.ts

@ -133,7 +133,7 @@ test.disablePageReloads('run a test file', async t => {
.click(Selector('Button')
.withText('readdir'))
.click(Selector('Button')
.withText('run sol test'))
.withText('run sol test')).wait(5000)
await expectLogMessage(t, '"totalPassing":1,"totalFailing":0')
})

Loading…
Cancel
Save