Skip to content

Commit

Permalink
Remove unnecessary escape char
Browse files Browse the repository at this point in the history
  • Loading branch information
radical-ube committed Jun 4, 2024
1 parent ab48855 commit 7ea8cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/augury.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe("Augury", () => {
// delete creative
cy.visit("/creatives");
cy.contains(`Creative ${canary}`).click();
cy.get("[id^=creative\-context-]").click();
cy.get("[id^=creative-context-]").click();
cy.contains("Delete Creative").click();
cy.contains("button.btn-danger", "Delete Creative").click();
cy.contains("Creative deleted");
Expand Down

0 comments on commit 7ea8cd8

Please sign in to comment.