From a6341f36e0d8fe787430e2e25112ee3d4a426c30 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 13 Oct 2021 19:30:26 +0200 Subject: [PATCH] wait a bit --- apps/remix-ide-e2e/src/local-plugin/tests/plugin-api.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/local-plugin/tests/plugin-api.test.ts b/apps/remix-ide-e2e/src/local-plugin/tests/plugin-api.test.ts index 7bc2607cef..342bcf844c 100644 --- a/apps/remix-ide-e2e/src/local-plugin/tests/plugin-api.test.ts +++ b/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') })