Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down