Skip to content

Commit

Permalink
Change timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmaa committed Oct 29, 2024
1 parent ef3a2f5 commit aad961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/playwright/integration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test('anki add', async ({context, page, extensionId}) => {
mimeType: 'application/x-zip',
buffer: Buffer.from(dictionary),
});
await expect(page.locator('id=dictionaries')).toHaveText('Dictionaries (1 installed, 1 enabled)', {timeout: 5 * 60 * 1000});
await expect(page.locator('id=dictionaries')).toHaveText('Dictionaries (1 installed, 1 enabled)', {timeout: 1 * 60 * 1000});

// Connect to anki
await page.locator('.toggle', {has: page.locator('[data-setting="anki.enable"]')}).click();
Expand Down

0 comments on commit aad961a

Please sign in to comment.