Skip to content

Commit 13db15a

Browse files
committed
remove azure
1 parent 7c454b8 commit 13db15a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/e2e/pages/dashboard.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export const dashboard_page = async (page: Page) => {
77
await expect(
88
page.getByRole('link', { name: 'Government of British Columbia' }),
99
).toBeVisible()
10-
await expect(page.getByText('QuickStart AWS')).toBeVisible()
1110
await expect(page.getByText('Employee ID')).toBeVisible()
1211
await expect(page.getByText('Employee Name')).toBeVisible()
1312
await expect(page.getByText('Employee Email')).toBeVisible()

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
88
<link rel="icon" href="/favicon.ico" />
9-
<title>Azure AI POC</title>
9+
<title>AI POC</title>
1010
<script src="/env.js"></script>
1111
</head>
1212
<body>

0 commit comments

Comments
 (0)