Skip to content

Commit

Permalink
Update commands.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Dec 18, 2023
1 parent 7f9249f commit f8964a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const login = (MollieBOFOLoggingIn) => {
}
login('MollieBOFOLoggingIn')
})
Cypress.Commands.add("CachingBOFOPS8", () => {
Cypress.Commands.add("CachingBOFOPS8", {cacheAcrossSpecs: true}, () => {
//Caching the BO and FO session
const login = (MollieBOFOLoggingIn) => {
cy.session(MollieBOFOLoggingIn,() => {
Expand Down

0 comments on commit f8964a8

Please sign in to comment.