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', () => {