mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(tools, cypress): skip failed updates test in firefox (#52335)
This commit is contained in:
@@ -19,7 +19,7 @@ function getCompletedIds(completedChallenges: ChallengeData[]): string[] {
|
||||
return completedChallenges.map((challenge: ChallengeData) => challenge.id);
|
||||
}
|
||||
|
||||
describe('failed update flushing', function () {
|
||||
describe('failed update flushing', { browser: 'chrome' }, function () {
|
||||
before(() => {
|
||||
cy.task('seed');
|
||||
cy.login();
|
||||
|
||||
Reference in New Issue
Block a user