diff --git a/test/apps/errors/test.ts b/test/apps/errors/test.ts index 60b6397..539587d 100644 --- a/test/apps/errors/test.ts +++ b/test/apps/errors/test.ts @@ -127,9 +127,11 @@ describe('errors', function() { await prefetchRoutes(); await page.click('[href="enhance-your-calm"]'); + await wait(50); assert.equal(await title(), '420'); await page.goBack(); + await wait(50); assert.equal(await title(), 'No error here'); }); }); \ No newline at end of file