Skip to content

Commit b159f7b

Browse files
committed
fix : e2e assertions
1 parent 6dc06b2 commit b159f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/e2e/pages/dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Page } from 'playwright';
55
export const dashboard_page = async (page: Page) => {
66
await page.goto(baseURL);
77
await expect(page.getByRole('link', { name: 'Government of British Columbia' })).toBeVisible();
8-
await expect(page.getByText('QuickStart OpenShift')).toBeVisible()
8+
await expect(page.getByText('QuickStart AWS')).toBeVisible()
99
await expect(page.getByText('Employee ID')).toBeVisible();
1010
await expect(page.getByText('Employee Name')).toBeVisible();
1111
await expect(page.getByText('Employee Email')).toBeVisible();

0 commit comments

Comments
 (0)