diff --git a/cypress/e2e/opportunities.cy.ts b/cypress/e2e/opportunities.cy.ts index 2216ccf84..e69e2fa68 100644 --- a/cypress/e2e/opportunities.cy.ts +++ b/cypress/e2e/opportunities.cy.ts @@ -71,7 +71,6 @@ describe(`Opportunities`, function () { }); //* step 1: fill out form and click next - cy.wait(2000); cy.get("input[name=title]").type(`Test Opportunity ${this.magicNumber}`); cy.get("input[id=input_typeid]").type("Learning{enter}"); cy.get("input[id=input_categories]").type("Agriculture{enter}Business and Entrepreneurship{enter}"); @@ -124,9 +123,10 @@ describe(`Opportunities`, function () { cy.get("button[type=submit]").should("exist").click(); //* step 6: fill out form and click next - cy.get("input[name=credentialIssuanceEnabled]").click(); - cy.wait(500); - cy.get("input[id=input_ssiSchemaName]").type("Default{enter}"); + // 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("button[type=submit]").should("exist").click();