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 79f8f0c commit 70e6676Copy full SHA for 70e6676
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