Skip to content

Commit ebfc231

Browse files
Scope CI retries: 2 for Navigation (live github.com), 1 globally
Navigation tests hit live github.com and are subject to runner and network variability. Other tests use local moz-extension:// pages and get 1 retry for intermittent BiDi flakiness only. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 71e4a4d commit ebfc231

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/firefox/extension.spec.js

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

201201
await browser.url(popupUrl());
202202
await waitForPopupLoaded();
203+
await $('.issue-item').waitForDisplayed({ timeout: 10000 });
203204

204205
const importBtn = await $('#import-btn');
205206
await importBtn.click();
@@ -399,6 +400,7 @@ describe('Options', function () {
399400

400401
describe('Navigation', function () {
401402
this.timeout(30000);
403+
this.retries(process.env.CI ? 2 : 0);
402404

403405
const bookmarkSelector = '[data-extension-bookmark]';
404406
const headerActionsSelector = '[data-component="PH_Actions"]';

0 commit comments

Comments
 (0)