Skip to content

Commit

Permalink
Update login.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsereko committed Mar 21, 2024
1 parent 8e8eb8c commit df6e27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/specs/login.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test('Login as Admin user', async ({ page }) => {
});

await test.step('And I should be able to see various elements on the page', async () => {
await page.getByRole('button', { name: /Users/i }).click();
await page.getByRole('button', { name: /User/i }).click();
await expect(page.getByText(/super user/i)).toBeVisible();
await expect(page.getByText(/outpatient clinic/i)).toBeVisible();
await expect(page.getByRole('button', { name: /logout/i })).toBeVisible();
Expand Down

0 comments on commit df6e27b

Please sign in to comment.