Skip to content

Commit 625df93

Browse files
authored
Merge pull request #245 from scientist-softserv/239-requests-page-tests
revert change causing 0 requests test to fail
2 parents 2dd1c7e + f27c973 commit 625df93

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)