Expired page in cypress in laravel application #24115
Unanswered
alexdesousapereira
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a problem doing a test in a laravel application.
What happens is that when I test a set of functionality that are then redirected to a modal it appears in cypress that the page has expired!
///
describe('Logando ...', () => {
before(()=>{
cy.login2().visit('paginaxxxx')
})
Beta Was this translation helpful? Give feedback.
All reactions