mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-03-13 05:05:05 +00:00
tests: skip test de recherche sur la page d'accueil
This commit is contained in:
parent
eb497f0698
commit
adca544e34
4 changed files with 4 additions and 3 deletions
|
@ -27,6 +27,7 @@ describe('General navigation', function () {
|
|||
})
|
||||
})
|
||||
|
||||
// TODO Échoue parfois … à creuser
|
||||
describe.skip(`Navigation to income simulator using company name (${
|
||||
writeFixtures ? 'record mode' : 'stubbed mode'
|
||||
})`, function () {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// TODO: fix this test after the new status guide is implemented
|
||||
|
||||
describe.skip('Status guide', function () {
|
||||
const fr = Cypress.env('language') === 'fr'
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ describe('Landing page', function () {
|
|||
cy.get('[data-test-id="logo img"]').should('be.visible')
|
||||
})
|
||||
|
||||
// TODO : SKIPING WHILE SEARCH IS DOWN BECAUSE FIXTURES WERE NOT SAVED
|
||||
it('should provide the company search flow', function () {
|
||||
// TODO Échoue parfois … à creuser
|
||||
it.skip('should provide the company search flow', function () {
|
||||
let pendingRequests = new Set()
|
||||
let responses = {}
|
||||
const hostnamesToRecord = [
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
const inputSelector = 'div[id="simulator-legend"] input'
|
||||
const fr = Cypress.env('language') === 'fr'
|
||||
|
||||
// TODO Échoue parfois … à creuser
|
||||
describe.skip('Persistence (simulateur salarié)', function () {
|
||||
if (!fr) {
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue