Skip to content

Commit

Permalink
Disabling downloadbinaries and check package page until it rc is not …
Browse files Browse the repository at this point in the history
…present (#394)
  • Loading branch information
mmartin24 authored Nov 17, 2023
1 parent 928b0b1 commit df9741a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/e2e/unit_tests/menu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ describe('Menu testing', () => {
// Go to About page
cy.get('.version.text-muted > a').click();
// Check binaries number, download them and chek See All Package page
cy.aboutPageFunction({ checkBinariesNumberInAboutPage: true, downloadBinaries: true, checkSeeAllPackagePage: true })
// Turning to "false" options "downloadBinaries" and "checkSeeAllPackagePage" until version 1.11-rc is gone
// TO DO: turn back to "true" when final no rc is present
cy.aboutPageFunction({ checkBinariesNumberInAboutPage: true, downloadBinaries: false, checkSeeAllPackagePage: false })
});


Expand Down

0 comments on commit df9741a

Please sign in to comment.