Skip to content

Commit 70e6676

Browse files
committed
revert change that was causing test to fail
1 parent 79f8f0c commit 70e6676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/requests.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('Viewing all requests', () => {
8080

8181
context('the user has 0 requests', () => {
8282
before(() => {
83-
requestList = []
83+
requestList = false
8484
})
8585
it("should show a message notifying the user they don't have any requests.", () => {
8686
cy.get('p.no-requests').contains('You do not have any requests yet.').then(() => {

0 commit comments

Comments
 (0)