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.
2 parents 2dd1c7e + f27c973 commit 625df93Copy full SHA for 625df93
cypress/e2e/requests.cy.js
@@ -80,7 +80,7 @@ describe('Viewing all requests', () => {
80
81
context('the user has 0 requests', () => {
82
before(() => {
83
- requestList = []
+ requestList = false
84
})
85
it("should show a message notifying the user they don't have any requests.", () => {
86
cy.get('p.no-requests').contains('You do not have any requests yet.').then(() => {
0 commit comments