Skip to content

Commit f7299f3

Browse files
committed
Lint
1 parent b41046e commit f7299f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/e2e/extension.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ test.describe('Sidepanel Interface', () => {
5151
await expect(page.locator('#settings-btn')).toBeVisible();
5252
});
5353

54-
5554
test('should have working settings button', async ({ context, extensionId }) => {
5655
const page = await context.newPage();
5756
await page.goto(`chrome-extension://${extensionId}/sidepanel.html`);
@@ -107,7 +106,6 @@ test.describe('Options Page', () => {
107106
await expect(page.locator('label[for="api-key-input"]')).toContainText('API Key:');
108107
});
109108

110-
111109
test('should have action buttons', async ({ context, extensionId }) => {
112110
const page = await context.newPage();
113111
await page.goto(`chrome-extension://${extensionId}/options.html`);

0 commit comments

Comments
 (0)