add waiting to preparation step

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

View File

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