UNPKG

@openmrs/esm-laboratory-app

Version:

An O3 frontend module for managing laboratory requests and queues

10 lines (7 loc) 197 B
import { type Page } from '@playwright/test'; export class LaboratoryPage { constructor(readonly page: Page) {} async goTo() { await this.page.goto('/openmrs/spa/home/laboratory'); } }