Skip to content

Commit

Permalink
Remove all unused functions on ocl-page.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dilankavishka committed Feb 18, 2025
1 parent ee11100 commit 86be6a3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions e2e/pages/ocl-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ export class OpenConceptLabPage {
await this.page.goto('ocl');
}

async addOclSubscription() {
await expect(this.page.getByRole('heading', { name: /ocl subscription module/i })).toBeVisible();
await this.page.getByLabel('Subscription URL').fill(process.env.E2E_OCL_SUBSCRIPTION_URL);
await this.page.getByLabel('Token').fill(process.env.E2E_OCL_TOKEN);
await this.page.getByRole('button', { name: 'Save Changes' }).click();
}

async startImport() {
await this.page.getByRole('button', { name: 'Import from Subscription' }).click();
}
Expand Down

0 comments on commit 86be6a3

Please sign in to comment.