Updating tests
This commit is contained in:
parent
aeebe5015e
commit
77b50c0be3
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue