Skip to content

Commit

Permalink
chore: lint-format
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien authored and dmtrKovalenko committed Feb 16, 2024
1 parent 6c49bee commit 18a1d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/type.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ describe("cy.realType", () => {
cy.get("input[name=q]").should("have.value", "{test}");
});

it("can type text with emoji", () => {
const msg = "cypress-real-events is awesome! ❤️❤️❤️❤️❤️❤️"
it("can type text with emoji and cyrillic characters", () => {
const msg = "cypress-real-events is awesome! ❤️❤️❤️❤️❤️❤️ В"
cy.realType(msg);

cy.get("input[name=q]").should(
Expand Down

0 comments on commit 18a1d09

Please sign in to comment.