Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Braimllari committed May 5, 2024
1 parent c58f2db commit 0ba45d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 49 deletions.
36 changes: 0 additions & 36 deletions cypress/e2e/choose-suggestion-action-twice.cy.js

This file was deleted.

8 changes: 8 additions & 0 deletions cypress/e2e/general-flow.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,12 @@ describe("General Quill Flow", () => {
cy.get(".typo").should("not.exist");
cy.get('[data-test="marking-card"]').should("not.exist");
});

it("should remove the highlighted marking when selecting all text in the editor and deleting it", () => {
cy.get('[data-test="editor"]').type("asd gabmim asd ");
cy.get(".typo").first().click();
cy.get('[data-test="editor"]').type("{selectall}");
cy.get('[data-test="editor"]').type("{del}");
cy.get('[data-test="highlighted-marking"]').should("not.exist");
});
});
13 changes: 0 additions & 13 deletions cypress/e2e/select-all-text-and-delete-removes-highlight.cy.js

This file was deleted.

0 comments on commit 0ba45d4

Please sign in to comment.