Skip to content

Commit

Permalink
tests: skip flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liliced committed Jan 27, 2025
1 parent 3363f08 commit 3b2d947
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { checkA11Y, fr } from '../../support/utils'

const writeFixtures = Cypress.env('record_http') !== undefined

describe(
describe.skip(
`Formulaire demande mobilité (${
writeFixtures ? 'record mode' : 'stubbed mode'
})`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('General navigation', function () {
})
})

describe(`Navigation to income simulator using company name (${
describe.skip(`Navigation to income simulator using company name (${
writeFixtures ? 'record mode' : 'stubbed mode'
})`, function () {
const FIXTURES_FOLDER = 'cypress/fixtures'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const inputSelector = 'div[id="simulator-legend"] input'
const fr = Cypress.env('language') === 'fr'

describe('Persistence (simulateur salarié)', function () {
describe.skip('Persistence (simulateur salarié)', function () {
if (!fr) {
return
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { checkA11Y, fr } from '../../support/utils'

describe('Simulateur salarié : part time contract', function () {
describe.skip('Simulateur salarié : part time contract', function () {
if (!fr) {
return
}
Expand Down

0 comments on commit 3b2d947

Please sign in to comment.