From 173a87b2cb9be5e4a5a834dee21c3259b1428e34 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 29 Jan 2024 13:37:35 -0800 Subject: [PATCH] ?? --- src/components/selectable/selectable.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/selectable/selectable.spec.tsx b/src/components/selectable/selectable.spec.tsx index 6c43f3a6957..f477641bbd1 100644 --- a/src/components/selectable/selectable.spec.tsx +++ b/src/components/selectable/selectable.spec.tsx @@ -298,7 +298,7 @@ describe('EuiSelectable', () => { cy.get('[data-test-subj="truncatedText"]') .first() - .should('have.text', 'Lorem ipsum …iscing elit.'); + .should('have.text', 'Lorem ipsum …piscing elit.'); }); it('correctly accounts for the keyboard focus badge', () => {