Commit a6341f36 authored by filip mertens's avatar filip mertens

wait a bit

parent 7826f044
...@@ -133,7 +133,7 @@ test.disablePageReloads('run a test file', async t => { ...@@ -133,7 +133,7 @@ test.disablePageReloads('run a test file', async t => {
.click(Selector('Button') .click(Selector('Button')
.withText('readdir')) .withText('readdir'))
.click(Selector('Button') .click(Selector('Button')
.withText('run sol test')) .withText('run sol test')).wait(5000)
await expectLogMessage(t, '"totalPassing":1,"totalFailing":0') await expectLogMessage(t, '"totalPassing":1,"totalFailing":0')
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment