Skip to content

Commit

Permalink
ci: update fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay authored and ismay committed Apr 15, 2024
1 parent e58e634 commit 0853d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/edit-job/display-jobs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Then('the user job data should be displayed in the form', () => {
cy.findByLabelText('Name*').should('exist').and('have.value', 'Job 1')

cy.findByText('Job type').should('exist')
cy.findByText('Data integrity').should('exist')
cy.findByText('Disable inactive users').should('exist')

cy.findByLabelText('CRON Expression*')
.should('exist')
Expand Down
2 changes: 1 addition & 1 deletion cypress/fixtures/edit-job/single-user-job.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"enabled": true,
"leaderOnlyJob": false,
"externalAccess": false,
"jobType": "DATA_INTEGRITY",
"jobType": "DISABLE_INACTIVE_USERS",
"nextExecutionTime": "2021-03-01T03:00:00.000",
"sharing": {
"external": false,
Expand Down

0 comments on commit 0853d0d

Please sign in to comment.