Skip to content

Commit

Permalink
remove bracket from cypress search spec
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz committed Dec 15, 2023
1 parent d80ba45 commit 1c88124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/cypress/e2e/search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('with a working remote', () => {
cy.contains(
isLegacy
? /is impossible by/
: /Discrete.*.*¬.*Metrizable.*\).*is impossible by/,
: /Discrete.*.*¬.*Metrizable.*is impossible by/,
)
cy.contains('85').click()
cy.contains('Discrete ⇒ Completely metrizable')
Expand Down

0 comments on commit 1c88124

Please sign in to comment.