From 1072d1bf6007fcd50dffd57219c300d3fe882e8b Mon Sep 17 00:00:00 2001 From: Kim Doberstein Date: Mon, 2 Aug 2021 16:01:08 -0500 Subject: [PATCH] Remove check for two sections in help menu This will be added back in a future pull request when help items are removed from the console-operator and added in the console itself. --- .../tests/i18n/pseudolocalization.spec.ts | 1 - 1 file changed, 1 deletion(-) 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()