Skip to content

Commit

Permalink
Update extensions.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored Jun 10, 2024
1 parent 8e021b4 commit db51e81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/tests/pages/extensions/extensions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ describe('Extensions page', { tags: ['@extensions', '@adminUser'] }, () => {
// catching regression https://github.com/rancher/dashboard/issues/10576
BurgerMenuPo.checkIfClusterMenuLinkIsHighlighted('local', false);

extensionsPo.waitForTabs();

// go to "add rancher repositories"
extensionsPo.extensionMenuToggle();
extensionsPo.addRepositoriesClick();
Expand All @@ -95,7 +97,6 @@ describe('Extensions page', { tags: ['@extensions', '@adminUser'] }, () => {
appRepoList.sortableTable().rowElementWithName(UI_PLUGINS_PARTNERS_REPO_URL).should('exist');
});

extensionsPo.waitForTabs();
it('New repos banner should only appear once (after dismiss should NOT appear again)', () => {
cy.getRancherResource('v3', 'setting', 'display-add-extension-repos-banner', null).then((resp: Cypress.Response<any>) => {
const notFound = resp.status === 404;
Expand Down

0 comments on commit db51e81

Please sign in to comment.