We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41046e commit f7299f3Copy full SHA for f7299f3
tests/e2e/extension.spec.ts
@@ -51,7 +51,6 @@ test.describe('Sidepanel Interface', () => {
51
await expect(page.locator('#settings-btn')).toBeVisible();
52
});
53
54
-
55
test('should have working settings button', async ({ context, extensionId }) => {
56
const page = await context.newPage();
57
await page.goto(`chrome-extension://${extensionId}/sidepanel.html`);
@@ -107,7 +106,6 @@ test.describe('Options Page', () => {
107
106
await expect(page.locator('label[for="api-key-input"]')).toContainText('API Key:');
108
109
110
111
test('should have action buttons', async ({ context, extensionId }) => {
112
113
await page.goto(`chrome-extension://${extensionId}/options.html`);
0 commit comments