We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131dbbf commit cf1728dCopy full SHA for cf1728d
1 file changed
tests/extension.spec.js
@@ -245,10 +245,7 @@ test.describe('', () => {
245
});
246
247
// Bookmark button navigation tests - ensure button appears regardless of navigation path
248
- // NOTE: These tests can be flaky due to GitHub's variable page load times and React hydration.
249
- // Retries are enabled to mitigate transient failures.
250
test.describe('Navigation', { tag: '@navigation' }, () => {
251
- test.describe.configure({ retries: 2 });
252
253
const bookmarkSelector = '[data-extension-bookmark]';
254
// Selector for GitHub's header actions (where bookmark button is inserted)
0 commit comments