From b0410125729f1ac275f14d630b1cf7a2d34b87ad Mon Sep 17 00:00:00 2001 From: ckoegel Date: Tue, 6 Jun 2023 10:53:10 -0400 Subject: [PATCH] update e2e test --- e2e/integration/search.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/integration/search.e2e.ts b/e2e/integration/search.e2e.ts index 9072023b..612d886c 100644 --- a/e2e/integration/search.e2e.ts +++ b/e2e/integration/search.e2e.ts @@ -45,7 +45,7 @@ describe('Search', () => { getSearchInput().type('{enter}', { force: true }); - cy.contains('[role=menu] [role=menuitem]', 'Introduction').should('have.class', 'active'); + cy.contains('[role=menu] label', 'Introduction').should('have.class', 'active'); }); it('should mark search results', () => {