Skip to content

Commit bab0061

Browse files
committed
fix: failing Cypress test
1 parent c83421d commit bab0061

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/e2e/autoApproved.cy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import moment from 'moment';
22

33
describe('Auto-Approved Push Test', () => {
44
beforeEach(() => {
5+
cy.login('admin', 'admin');
6+
57
cy.intercept('GET', '/api/v1/push/123', {
68
statusCode: 200,
79
body: {

0 commit comments

Comments
 (0)