@@ -1324,7 +1324,7 @@ describe("MobileShell Phase 2 workspace", () => {
13241324 await user . click ( await screen . findByRole ( "button" , { name : "Open Agent sheet" } ) ) ;
13251325 await user . click ( screen . getByRole ( "button" , { name : "Create Session" } ) ) ;
13261326
1327- expect ( screen . getByRole ( "region" , { name : "Select Provider sheet" } ) ) . toBeInTheDocument ( ) ;
1327+ expect ( screen . getByRole ( "region" , { name : "Select Agent sheet" } ) ) . toBeInTheDocument ( ) ;
13281328
13291329 await user . click (
13301330 screen . getByRole ( "button" , {
@@ -1344,7 +1344,7 @@ describe("MobileShell Phase 2 workspace", () => {
13441344 ) ;
13451345 } ) ;
13461346
1347- expect ( screen . getByRole ( "region" , { name : "Select Provider sheet" } ) ) . toBeInTheDocument ( ) ;
1347+ expect ( screen . getByRole ( "region" , { name : "Select Agent sheet" } ) ) . toBeInTheDocument ( ) ;
13481348 expect ( document . querySelectorAll ( ".mobile-sheet-layer" ) ) . toHaveLength ( 1 ) ;
13491349 } ) ;
13501350
@@ -1359,7 +1359,7 @@ describe("MobileShell Phase 2 workspace", () => {
13591359
13601360 await user . click ( screen . getByRole ( "button" , { name : "Create Session" } ) ) ;
13611361
1362- expect ( screen . getByRole ( "region" , { name : "Select Provider sheet" } ) ) . toBeInTheDocument ( ) ;
1362+ expect ( screen . getByRole ( "region" , { name : "Select Agent sheet" } ) ) . toBeInTheDocument ( ) ;
13631363 expect ( document . querySelectorAll ( ".mobile-sheet-layer" ) ) . toHaveLength ( 1 ) ;
13641364
13651365 await user . click ( screen . getByRole ( "button" , { name : "Back" } ) ) ;
@@ -2200,7 +2200,7 @@ describe("MobileShell Phase 2 workspace", () => {
22002200
22012201 await user . click ( screen . getByRole ( "button" , { name : "Create Session" } ) ) ;
22022202
2203- expect ( screen . getByRole ( "region" , { name : "Select Provider sheet" } ) ) . toBeInTheDocument ( ) ;
2203+ expect ( screen . getByRole ( "region" , { name : "Select Agent sheet" } ) ) . toBeInTheDocument ( ) ;
22042204 expect (
22052205 screen . getByRole ( "button" , {
22062206 name : "Claude" ,
0 commit comments