diff --git a/cypress/integration/spawn/host.ts b/cypress/integration/spawn/host.ts index 432b063564..94aaeaac21 100644 --- a/cypress/integration/spawn/host.ts +++ b/cypress/integration/spawn/host.ts @@ -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", () => {