We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e1394 commit ce05f32Copy full SHA for ce05f32
cypress/e2e/requests.cy.js
@@ -37,7 +37,6 @@ describe('Viewing all requests', () => {
37
// reply with a request body- default status code is 200
38
case !requestList : req.reply({ fixture: 'all-requests/no-requests.json' })
39
break
40
-
41
}
42
})
43
// Intercept the response from the endpoint that gets the default ware ID
0 commit comments