fix(tools, cypress): skip failed updates test in firefox (#52335)

This commit is contained in:
Naomi Carrigan
2023-11-13 18:31:10 -08:00
committed by GitHub
parent 84330390b2
commit 19402db7ea
@@ -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();