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 c83421d commit bab0061Copy full SHA for bab0061
cypress/e2e/autoApproved.cy.js
@@ -2,6 +2,8 @@ import moment from 'moment';
2
3
describe('Auto-Approved Push Test', () => {
4
beforeEach(() => {
5
+ cy.login('admin', 'admin');
6
+
7
cy.intercept('GET', '/api/v1/push/123', {
8
statusCode: 200,
9
body: {
0 commit comments