Skip to content

Commit 71e4a4d

Browse files
Revert .issue-item wait in duplicate import test
The waitForDisplayed('.issue-item') was causing timeouts on CI when the popup needed to fetch from the API (no seeded cache). The duplicate detection reads from storage, not the rendered DOM, so the wait was unnecessary. Rely on Mocha retry for intermittent BiDi flakiness. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b871263 commit 71e4a4d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/firefox/extension.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ describe('Popup', function () {
200200

201201
await browser.url(popupUrl());
202202
await waitForPopupLoaded();
203-
// Ensure the seeded bookmark is rendered before testing import duplicate detection
204-
await $('.issue-item').waitForDisplayed({ timeout: 10000 });
205203

206204
const importBtn = await $('#import-btn');
207205
await importBtn.click();

0 commit comments

Comments
 (0)