diff --git a/frontend/packages/integration-tests-cypress/tests/i18n/pseudolocalization.spec.ts b/frontend/packages/integration-tests-cypress/tests/i18n/pseudolocalization.spec.ts index 2179f4d3d10..03cbdb80686 100644 --- a/frontend/packages/integration-tests-cypress/tests/i18n/pseudolocalization.spec.ts +++ b/frontend/packages/integration-tests-cypress/tests/i18n/pseudolocalization.spec.ts @@ -22,7 +22,6 @@ describe('Localization', () => { masthead.clickMastheadLink('help-dropdown-toggle'); // wait for both console help menu items and additionalHelpActions items to load // additionalHelpActions come from ConsoleLinks 'HelpMenu' yaml and are not translated - cy.get('.pf-c-app-launcher__group').should('have.length', 2); // only test console help items which are translated cy.get('.pf-c-app-launcher__group') .first()