From bb6f446e6ebbb0efa59b5a3c67cf77d6130578fe Mon Sep 17 00:00:00 2001 From: Julien ADAMEK Date: Tue, 26 Nov 2024 15:10:03 +0100 Subject: [PATCH] ci/ui: remove config file download btn workaround --- tests/cypress/latest/support/commands.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/tests/cypress/latest/support/commands.ts b/tests/cypress/latest/support/commands.ts index 9d9080933..cae8d821d 100644 --- a/tests/cypress/latest/support/commands.ts +++ b/tests/cypress/latest/support/commands.ts @@ -163,13 +163,9 @@ Cypress.Commands.add('createMachReg', ( } // Try to download the registration file and check it - // The button is broken in rancher 2.10, bug opened here - // https://github.com/rancher/elemental-ui/issues/229 - if (!utils.isRancherManagerVersion('2.10')) { - cy.getBySel(selectors.downloadBtn).click(); - cy.verifyDownload(`${machRegName}_registrationURL.yaml`); - cy.contains('Saving').should('not.exist'); - } + cy.getBySel(selectors.downloadBtn).click(); + cy.verifyDownload(`${machRegName}_registrationURL.yaml`); + cy.contains('Saving').should('not.exist'); // Check Cloud configuration if (checkDefaultCloudConfig) {