Skip to content

Commit

Permalink
Update cypress-tests/cypress/support/commands.js
Browse files Browse the repository at this point in the history
Co-authored-by: Pa1NarK  <[email protected]>
  • Loading branch information
AkshayaFoiger and pixincreate authored Dec 20, 2024
1 parent 07f8a1c commit 11bf497
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cypress-tests/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,12 @@ Cypress.Commands.add("merchantDeleteCall", (globalState) => {
});

Cypress.Commands.add("ListConnectorsFeatureMatrixCall", (globalState) => {
const baseUrl = globalState.get("baseUrl");
const url = `${baseUrl}/feature_matrix`;

cy.request({
method: "GET",
url: `${globalState.get("baseUrl")}/feature_matrix`,
url: url,
headers: {
Accept: "application/json",
},
Expand Down

0 comments on commit 11bf497

Please sign in to comment.