tripple timeout

This commit is contained in:
Ulf Gebhardt 2023-06-05 10:31:48 +02:00
parent 0812d9d992
commit 4b2bbe23b3
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -7,7 +7,7 @@ Then('I see all the reported posts including the one from above', () => {
hostname: 'localhost',
}).as('getReports')
cy.wait(['@getReports'],{ timeout: 10000 }).then((interception) => {
cy.wait(['@getReports'],{ timeout: 30000 }).then((interception) => {
console.log('Cypress interception:', interception)
cy.wrap(interception.response.statusCode).should('eq', 200)
cy.wrap(interception.request.body)