Updating tests

This commit is contained in:
Liyas Thomas
2020-02-25 20:06:58 +05:30
parent aeebe5015e
commit 77b50c0be3

View File

@@ -17,7 +17,6 @@ describe("Proxy enabled - external request", () => {
cy.enableProxy("/?url=https://api.thecatapi.com&path=")
.get("#send")
.click()
.wait(1000)
.get("#response-details-wrapper")
.should($wrapper => {
expect($wrapper).to.contain("Cat API")