Open ha404 opened 3 years ago
I had cases where I needed to cy.wait on certain responses.
cy.wait
This will create a md5 hash out of the url so we could cy.wait(HASH_GOES_HERE).
url
cy.wait(HASH_GOES_HERE)
@ha404 Sorry, it took me a bit to get to this. Could you provide a bit of documentation in the ReadMe on how someone could leverage this?
I had cases where I needed to
cy.wait
on certain responses.This will create a md5 hash out of the
url
so we couldcy.wait(HASH_GOES_HERE)
.