Skip to content

Commit

Permalink
Corrected testcafe error message
Browse files Browse the repository at this point in the history
Corrected error message
  • Loading branch information
AnumehaSrivastava05 committed Aug 29, 2022
1 parent 88f8926 commit e68a587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/e2e/tests/reports/AuditReportingTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AuditReportingPage from '../../pages/reports/AuditReportingPage'
import { regularAccUser } from '../../roles/roles'

const ERROR_MESSAGE = 'Please correct errors before submitting'
const USER_ID_EXCEEDS_LENGTH = 'UserId cannot be longer than 100 characters'
const USER_ID_EXCEEDS_LENGTH = 'User ID cannot be longer than 100 characters'
const START_DATE_REQUIRED_MESSAGE = 'Start Date is required'
const END_DATE_REQUIRED_MESSAGE = 'End Date is required'
const START_DATE_AFTER_END_DATE = 'Start Date should not be after End Date'
Expand Down

0 comments on commit e68a587

Please sign in to comment.