diff --git a/cypress/e2e/opportunities.cy.ts b/cypress/e2e/opportunities.cy.ts index af22892f7..e69e2fa68 100644 --- a/cypress/e2e/opportunities.cy.ts +++ b/cypress/e2e/opportunities.cy.ts @@ -124,9 +124,9 @@ describe(`Opportunities`, function () { //* step 6: fill out form and click next // Enabling Credential Issuance requires access to CloudAPI - cy.get("input[name=credentialIssuanceEnabled]").click(); - cy.wait(500); - cy.get("input[id=input_ssiSchemaName]").type("Default{enter}"); + // cy.get("input[name=credentialIssuanceEnabled]").click(); + // cy.wait(500); + // cy.get("input[id=input_ssiSchemaName]").type("Default{enter}"); cy.get("button[type=submit]").should("exist").click();