File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 ( )
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments