Skip to content

Commit

Permalink
OHRM5X-2401: Fix for Cypress Test Failure
Browse files Browse the repository at this point in the history
change the text size from 100 to 200
  • Loading branch information
ManulMax authored Dec 6, 2023
1 parent 70af3b2 commit 0231ca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('Admin - Job Category', function () {
cy.loginTo(this.user, '/admin/saveJobCategory');
cy.getOXD('form').within(() => {
cy.getOXDInput('Name')
.type(this.strings.chars100.text)
.type(this.strings.chars200.text)
.isInvalid('Should not exceed 50 characters');
cy.getOXDInput('Name').setValue('').isInvalid('Required');
cy.getOXDInput('Name')
Expand Down

0 comments on commit 0231ca6

Please sign in to comment.