Skip to content

Commit

Permalink
tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Mar 14, 2024
1 parent 625120d commit 583c23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/cypress/e2e/ExcelTable.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe("ExcelTable.spec", () => {
cy.get(`[data-cell-alpha=B2][data-copy-text="44"]`);
cy.get(`[data-cell-alpha=B4][data-copy-text="44"]`);
});
it(`copying should work as expected`, () => {
it(`copy/paste should work as expected`, () => {
cy.visit("#/DataTable%20-%20ExcelTable?dragExample=true");
cy.get(`[data-cell-alpha=A1]`).click({ force: true });
cy.get(`[data-cell-alpha=B1]`).click({ force: true, shiftKey: true });
Expand Down

0 comments on commit 583c23e

Please sign in to comment.