1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12:00

Replaced the expected string in the data rest test spec to the original

This commit is contained in:
Dean 2022-03-29 10:38:56 +01:00
parent 56d1339ffb
commit 2efd7d909c

View file

@ -24,7 +24,7 @@ filterTests(["smoke", "all"], () => {
cy.wait("@queryError")
cy.get("@queryError")
.its("response.body")
.should("have.property", "message", "Invalid URL")
.should("have.property", "message", "Invalid URL: http://random text?")
cy.get("@queryError")
.its("response.body")
.should("have.property", "status", 400)