Skip to content

Commit a692996

Browse files
Always retry Navigation tests (live github.com can be slow anywhere)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4e6ab3d commit a692996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/firefox/extension.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ describe('Options', function () {
408408

409409
describe('Navigation', function () {
410410
this.timeout(30000);
411-
this.retries(process.env.CI ? 2 : 0);
411+
this.retries(2);
412412

413413
const bookmarkSelector = '[data-extension-bookmark]';
414414
const headerActionsSelector = '[data-component="PH_Actions"]';

0 commit comments

Comments
 (0)