diff --git a/cypress/e2e/edit-job/display-jobs/index.js b/cypress/e2e/edit-job/display-jobs/index.js index 38a144e30..4bb0c32b2 100644 --- a/cypress/e2e/edit-job/display-jobs/index.js +++ b/cypress/e2e/edit-job/display-jobs/index.js @@ -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') diff --git a/cypress/fixtures/edit-job/single-user-job.json b/cypress/fixtures/edit-job/single-user-job.json index 3331a0323..b7ef8e13a 100644 --- a/cypress/fixtures/edit-job/single-user-job.json +++ b/cypress/fixtures/edit-job/single-user-job.json @@ -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,