Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
fix(tests/integration): offline cache timing
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois-Esquire authored Oct 5, 2020
1 parent dba433f commit 20c85e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __tests__/integration/one-app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,8 @@ describe('Tests that require Docker setup', () => {

await browser.url(`${appAtTestUrls.browserUrl}/success`);

await waitFor(500);

const cacheKeys = await browser.executeAsync(getCacheKeys);
const cacheMap = new Map(await browser.executeAsync(getCacheEntries, cacheKeys));
const [shell, manifest] = [
Expand Down

0 comments on commit 20c85e6

Please sign in to comment.