reduce flakiness of unrelated test

This commit is contained in:
Rich Harris
2018-10-27 11:12:10 -04:00
parent cfd95ac024
commit c5a80543b3

View File

@@ -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');
});
});