Skip to content

Commit

Permalink
tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Feb 28, 2025
1 parent d4c6f7a commit 38a3f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ove/cypress/e2e/misc.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe("miscellaneous tests that do not fit other categories", () => {
cy.wait(200);
cy.get(`.tg-menu-bar-help-search input`)
.type(
"asdfasdf{selectall}{clear}yyyyy{leftarrow}{leftarrow}{leftarrow}xxxx"
"asdfasdf{selectall}{backspace}yyyyy{leftarrow}{leftarrow}{leftarrow}xxxx"
)
.should("have.value", "yyxxxxyyy");
});
Expand Down

0 comments on commit 38a3f4f

Please sign in to comment.