Skip to content

Commit

Permalink
Merge pull request responsible-ai-collaborative#2306 from cesarvarela…
Browse files Browse the repository at this point in the history
…/fix-classification-editor

Fix classifications test
  • Loading branch information
kepae authored Sep 25, 2023
2 parents 15a775b + df4a19b commit f951b5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ describe('Classifications Editor', () => {

cy.contains('Select a taxonomy').click();

cy.contains(namespace).click();
cy.contains(new RegExp(`^${namespace}$`)).click();

cy.contains('Add').click();

Expand Down

0 comments on commit f951b5c

Please sign in to comment.