update e2e test

This commit is contained in:
ckoegel 2023-06-06 10:53:10 -04:00
parent cca8861936
commit b041012572

View File

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