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

pull/52313/head
Naomi Carrigan 2023-11-13 18:31:10 -08:00 committed by GitHub
parent 84330390b2
commit 19402db7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();