Replaced the expected string in the data rest test spec to the original
This commit is contained in:
parent
7e3a0046bd
commit
864c83990f
|
@ -24,7 +24,7 @@ filterTests(["smoke", "all"], () => {
|
||||||
cy.wait("@queryError")
|
cy.wait("@queryError")
|
||||||
cy.get("@queryError")
|
cy.get("@queryError")
|
||||||
.its("response.body")
|
.its("response.body")
|
||||||
.should("have.property", "message", "Invalid URL")
|
.should("have.property", "message", "Invalid URL: http://random text?")
|
||||||
cy.get("@queryError")
|
cy.get("@queryError")
|
||||||
.its("response.body")
|
.its("response.body")
|
||||||
.should("have.property", "status", 400)
|
.should("have.property", "status", 400)
|
||||||
|
|
Loading…
Reference in New Issue