Skip to content

Commit

Permalink
e2e features
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbontyes committed Dec 10, 2024
1 parent a97cdf6 commit ebc6b2c
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 167 deletions.
7 changes: 7 additions & 0 deletions e2e/features/filtered-answers.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test, expect } from '@playwright/test';
import { timeout } from '../../../playwright.config';

test('test', async ({ page }) => {
await page.goto('http://lime-mosul-uat.madiro.org/openmrs/spa/patient/4aa1d485-5904-4b17-8bed-3affd38e95e7/chart/Patient%20Summary');

});
Loading

0 comments on commit ebc6b2c

Please sign in to comment.