Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Sep 11, 2024
1 parent 5052532 commit 57d6e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/e2e/packages/cfpb-forms.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('Multiselect', () => {
'.a-live__code .o-multiselect__options li[data-option=option2] label',
).click();
cy.get(
'.a-live__code .o-multiselect .m-tag-group label[for=test_select__multiple-option2]',
'.a-live__code .o-multiselect .m-tag-group label[for=test_select__multiple-option2] svg',
).should('be.visible');
});
});

0 comments on commit 57d6e83

Please sign in to comment.