Skip to content

Commit

Permalink
Added cypress test case for company API
Browse files Browse the repository at this point in the history
Signed-off-by: veerendra thakur <veerendrat@proximabiz.com>
  • Loading branch information
thakurveerendras committed Sep 4, 2023
1 parent dae00a3 commit 4192fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/cypress/e2e/company.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {validateApiResponse,validate_200_Status,getTokenKey} from '../support/commands'
describe("To Validate & get GitHub Activity Callback via API call", function () {
//Reference api doc: https://api-gw.dev.platform.linuxfoundation.org/cla-service/v4/api-docs#tag/github-activity
//Reference api doc: https://api-gw.dev.platform.linuxfoundation.org/cla-service/v4/api-docs#tag/company
const claBaseEndpoint = `${Cypress.env("APP_URL")}cla-service/v4/`;
const claEndpoint = `${Cypress.env("APP_URL")}cla-service/v4/company/`;
let companyName="Infosys Limited";
Expand Down

0 comments on commit 4192fb8

Please sign in to comment.