Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Nov 15, 2022
1 parent 03fc1c1 commit be1df46
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions test/e2e/onCLS-test.js
Expand Up @@ -637,10 +637,6 @@ describe('onCLS()', async function() {

await browser.url('/test/cls?prerender=1');

const activationStart = await browser.execute(() => {
return performance.getEntriesByType('navigation')[0].activationStart;
});

// Wait until all images are loaded and rendered, then change to hidden.
await imagesPainted();
await stubVisibilityChange('hidden');
Expand Down
4 changes: 0 additions & 4 deletions test/e2e/onFID-test.js
Expand Up @@ -199,10 +199,6 @@ describe('onFID()', async function() {

await browser.url('/test/fid?prerender=1');

const activationStart = await browser.execute(() => {
return performance.getEntriesByType('navigation')[0].activationStart;
});

// Click on the <h1>.
const h1 = await $('h1');
await h1.click();
Expand Down
4 changes: 0 additions & 4 deletions test/e2e/onINP-test.js
Expand Up @@ -321,10 +321,6 @@ describe('onINP()', async function() {

await browser.url('/test/inp?click=100&prerender=1');

const activationStart = await browser.execute(() => {
return performance.getEntriesByType('navigation')[0].activationStart;
});


const h1 = await $('h1');
await h1.click();
Expand Down

0 comments on commit be1df46

Please sign in to comment.