Updating tests
This commit is contained in:
@@ -17,7 +17,6 @@ describe("Proxy enabled - external request", () => {
|
|||||||
cy.enableProxy("/?url=https://api.thecatapi.com&path=")
|
cy.enableProxy("/?url=https://api.thecatapi.com&path=")
|
||||||
.get("#send")
|
.get("#send")
|
||||||
.click()
|
.click()
|
||||||
.wait(1000)
|
|
||||||
.get("#response-details-wrapper")
|
.get("#response-details-wrapper")
|
||||||
.should($wrapper => {
|
.should($wrapper => {
|
||||||
expect($wrapper).to.contain("Cat API")
|
expect($wrapper).to.contain("Cat API")
|
||||||
|
|||||||
Reference in New Issue
Block a user