@openmrs/admin-tools
Advanced tools
Comparing version 4.0.6-pre.165 to 4.0.6-pre.166
@@ -16,2 +16,3 @@ import { type Page } from '@playwright/test'; | ||
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); | ||
@@ -18,0 +19,0 @@ await this.page.getByLabel('Token').fill(process.env.E2E_OCL_TOKEN); |
{ | ||
"name": "@openmrs/admin-tools", | ||
"version": "4.0.6-pre.165", | ||
"version": "4.0.6-pre.166", | ||
"workspaces": [ | ||
@@ -5,0 +5,0 @@ "packages/*" |
53497
497