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

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Dec 19, 2023
1 parent 2a00198 commit 1d49947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/spawn/host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe("Navigating to Spawn Host page", () => {
cy.dataCy("distro-option-ubuntu1804-workstation")
.should("be.visible")
.click();
cy.dataCy("volume-select").should("be.disabled");
cy.dataCy("volume-select").should("have.attr", "aria-disabled", "true");
});

it("Clicking 'Add new key' hides the key name dropdown and shows the key value text area", () => {
Expand Down

0 comments on commit 1d49947

Please sign in to comment.