Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Jan 17, 2025
1 parent 82433d3 commit aeedb4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/tests/keycloak-openmrs-flows.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test('Creating an OpenMRS role creates the corresponding Keycloak role.', async
// verify
await keycloak.open();
await keycloak.navigateToClients();
await keycloak.selectOpenMRSId();
await keycloak.selectOpenMRSId();//dskitnby
await keycloak.selectRoles();
await keycloak.searchOpenMRSRole();
await expect(page.locator('tbody:nth-child(2) td:nth-child(1) a')).toHaveText(`${randomOpenMRSRoleName.roleName}`);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"!playwright-report/"
],
"scripts": {
"ozone-pro": "npx playwright test keycloak-superset",
"ozone-pro": "npx playwright test keycloak-openmrs",
"ozone-foss": "npx playwright test odoo-openmrs erpnext-openmrs openmrs-senaite",
"openmrs-distro-his": "npx playwright test odoo-openmrs openmrs-senaite"
},
Expand Down

0 comments on commit aeedb4a

Please sign in to comment.