Skip to content

Commit

Permalink
fix: test e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault authored and maximeperraultdev committed Sep 18, 2024
1 parent 2a00933 commit c6a7279
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ context('Side Window > Mission Form > Mission zone', () => {
onBeforeLoad: () => {
Cypress.env('CYPRESS_MISSION_FORM_AUTO_SAVE_ENABLED', 'true')
Cypress.env('CYPRESS_MISSION_FORM_AUTO_UPDATE', 'true')
Cypress.env('CYPRESS_FRONTEND_DASHBOARD_ENABLED', 'true')
}
})

Expand Down
1 change: 0 additions & 1 deletion frontend/cypress/e2e/utils/visitSideWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function visitSideWindow(isAutoSaveEnabled = 'true') {
Cypress.env('CYPRESS_MISSION_FORM_AUTO_SAVE_ENABLED', isAutoSaveEnabled)
Cypress.env('CYPRESS_MISSION_FORM_AUTO_UPDATE', 'true')
Cypress.env('CYPRESS_REPORTING_FORM_AUTO_SAVE_ENABLED', 'true')
Cypress.env('CYPRESS_FRONTEND_DASHBOARD_ENABLED', 'true')
}
})
}

0 comments on commit c6a7279

Please sign in to comment.