Skip to content

Commit 6078ded

Browse files
added assert for priority and description on update workflow
1 parent 8a95114 commit 6078ded

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cypress/e2e/grievance.cy.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,9 @@ describe('Grievance module workflows', () => {
409409
cy.updateGrievance(grievanceCode, updateData, {
410410
reporterFieldLabel: 'User',
411411
});
412+
413+
cy.assertMuiSelectValue('Priority', updateData.priority);
414+
cy.assertMuiInput('Description', updateData.details);
412415
});
413416
});
414417

0 commit comments

Comments
 (0)