add waiting to preparation step

This commit is contained in:
mahula 2023-05-26 08:18:28 +02:00
parent 48a88a17c3
commit 8b4c176c29

View File

@ -18,6 +18,6 @@ Given('somebody reported the following posts:', table => {
reasonCategory,
reasonDescription
})
cy.wait(10000)
cy.wait(120000)
})
})