Skip to content

Commit 48e1a1c

Browse files
committed
Rename e2e target field label to match reality
1 parent 59c691c commit 48e1a1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/support/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Cypress.Commands.add('enrollBeneficiariesIntoProgram', (
465465
criterionValue,
466466
entityName,
467467
) => {
468-
cy.chooseMuiAutocomplete('BenefitPlan', programName)
468+
cy.chooseMuiAutocomplete('Program', programName)
469469
cy.chooseMuiSelect('Status', status.toUpperCase())
470470

471471
cy.assertMuiSelectValue('Field', criterionField);

0 commit comments

Comments
 (0)