Skip to content

Commit

Permalink
Don't enable Credential Issuance
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 27, 2024
1 parent d552095 commit c1c8fcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/opportunities.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit c1c8fcd

Please sign in to comment.