Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Use a different distro for test
Browse files Browse the repository at this point in the history
* Because if you switch from static -> docker you need to update a bunch of fields, versus switch from docker -> static
  • Loading branch information
minnakt committed Sep 18, 2023
1 parent 9c5beb2 commit 8e32f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/distroSettings/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ describe("using the distro dropdown", () => {

describe("modifying the distro provider", () => {
beforeEach(() => {
cy.visit("/distro/localhost/settings/provider");
cy.visit("/distro/ubuntu1604-container-test/settings/provider");
});

it("warns when navigating to another distro settings tab after the provider has changed and allows save", () => {
cy.selectLGOption("Provider", "Docker");
cy.selectLGOption("Provider", "Static");
cy.dataCy("save-settings-button").should(
"not.have.attr",
"aria-disabled",
Expand Down

0 comments on commit 8e32f60

Please sign in to comment.