Skip to content

Commit

Permalink
Linters gonna lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Oct 25, 2024
1 parent 96a41cc commit 94fc5a9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion examples/content-css-modules/template.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ test.skip('takes a screenshot of the page', async ({page}) => {
await page.waitForSelector('body > div.content_script')
await takeScreenshot(page, path.join(__dirname, 'screenshot.png'))
})

1 change: 0 additions & 1 deletion examples/content-extension-config/template.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ test.skip('takes a screenshot of the page', async ({page}) => {
await page.waitForSelector('body > div.content_script')
await takeScreenshot(page, path.join(__dirname, 'screenshot.png'))
})

1 change: 0 additions & 1 deletion examples/content-less-modules/template.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ test.skip('takes a screenshot of the page', async ({page}) => {
await page.waitForSelector('body > div.content_script')
await takeScreenshot(page, path.join(__dirname, 'screenshot.png'))
})

1 change: 0 additions & 1 deletion examples/content-less/template.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ test.skip('takes a screenshot of the page', async ({page}) => {
await page.waitForSelector('body > div.content_script')
await takeScreenshot(page, path.join(__dirname, 'screenshot.png'))
})

1 change: 0 additions & 1 deletion examples/content-sass-modules/template.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ test.skip('takes a screenshot of the page', async ({page}) => {
await page.waitForSelector('body > div.content_script')
await takeScreenshot(page, path.join(__dirname, 'screenshot.png'))
})

1 change: 0 additions & 1 deletion examples/content-sass/template.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ test.skip('takes a screenshot of the page', async ({page}) => {
await page.waitForSelector('body > div.content_script')
await takeScreenshot(page, path.join(__dirname, 'screenshot.png'))
})

1 change: 0 additions & 1 deletion examples/content-typescript/template.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ test.skip('takes a screenshot of the page', async ({page}) => {
await page.waitForSelector('body > div.content_script')
await takeScreenshot(page, path.join(__dirname, 'screenshot.png'))
})

1 change: 0 additions & 1 deletion examples/content/template.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ test.skip('takes a screenshot of the page', async ({page}) => {
await page.waitForSelector('body > div.content_script')
await takeScreenshot(page, path.join(__dirname, 'screenshot.png'))
})

0 comments on commit 94fc5a9

Please sign in to comment.