We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc06b2 commit b159f7bCopy full SHA for b159f7b
frontend/e2e/pages/dashboard.ts
@@ -5,7 +5,7 @@ import { Page } from 'playwright';
5
export const dashboard_page = async (page: Page) => {
6
await page.goto(baseURL);
7
await expect(page.getByRole('link', { name: 'Government of British Columbia' })).toBeVisible();
8
- await expect(page.getByText('QuickStart OpenShift')).toBeVisible()
+ await expect(page.getByText('QuickStart AWS')).toBeVisible()
9
await expect(page.getByText('Employee ID')).toBeVisible();
10
await expect(page.getByText('Employee Name')).toBeVisible();
11
await expect(page.getByText('Employee Email')).toBeVisible();
0 commit comments