indexworkspace2
filip mertens 3 years ago
parent 7826f04469
commit a6341f36e0
  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