Skip to content

Commit

Permalink
Update to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Aug 1, 2024
1 parent 1741c04 commit 267e303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/onFCP-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('onFCP()', async function () {
it('does not report if the document was hidden at page load time', async function () {
if (!browserSupportsFCP) this.skip();

await navigateTo('/test/fcp?hidden=1', {readyState: 'interactive'});
await navigateTo('/test/fcp?hidden=1', {readyState: 'complete'});
const WVloaded = await browser.execute(() => {
return window.WVloaded;
});
Expand Down

0 comments on commit 267e303

Please sign in to comment.