✅ Updating tests
This commit is contained in:
parent
fdedaa073a
commit
939ffcd42a
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ describe('Proxy enabled - external request', () => {
|
|||
it('Enable the proxy and make a request to the real cat api', () => {
|
||||
cy.enableProxy('/?url=https://api.thecatapi.com&path=')
|
||||
.get('#send').click()
|
||||
.wait(500)
|
||||
.get('#response-details-wrapper').should($wrapper => {
|
||||
expect($wrapper).to.contain('Cat API')
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue