File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ describe("App", () => {
19
19
render ( < App /> ) ;
20
20
expect ( screen . getByText ( / t o g g l e s i d e b a r / i) ) . toBeVisible ( ) ;
21
21
expect ( screen . getByText ( "Certificates" ) ) . toBeVisible ( ) ;
22
- expect ( screen . getByText ( "Help " ) ) . toBeVisible ( ) ;
22
+ expect ( screen . getByText ( "Setup " ) ) . toBeVisible ( ) ;
23
23
expect ( screen . getByRole ( "banner" ) ) . toBeVisible ( ) ;
24
24
expect (
25
25
screen . getByRole ( "heading" , { name : / c o d e G a t e d a s h b o a r d / i } ) ,
@@ -31,13 +31,13 @@ describe("App", () => {
31
31
) . toBeVisible ( ) ;
32
32
expect (
33
33
screen . getByRole ( "link" , {
34
- name : / c o n t i n u e s e t u p / i,
34
+ name : / s e t u p i n c o n t i n u e / i,
35
35
} ) ,
36
36
) . toBeVisible ( ) ;
37
37
38
38
expect (
39
39
screen . getByRole ( "link" , {
40
- name : / c o p i l o t s e t u p / i,
40
+ name : / s e t u p i n c o p i l o t / i,
41
41
} ) ,
42
42
) . toBeVisible ( ) ;
43
43
expect (
Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ export function Header({ hasError }: { hasError?: boolean }) {
63
63
</ div >
64
64
65
65
< div className = "flex items-center relative group" >
66
- < HeaderMenuItem > Help </ HeaderMenuItem >
66
+ < HeaderMenuItem > Setup </ HeaderMenuItem >
67
67
< DropdownMenu >
68
68
< DropdownMenuItem to = "/help/continue-setup" >
69
- Continue Setup
69
+ Set up in < span className = "font-bold" > Continue </ span >
70
70
</ DropdownMenuItem >
71
71
< DropdownMenuItem to = "/help/copilot-setup" >
72
- Copilot Setup
72
+ Set up in < span className = "font-bold" > Copilot </ span >
73
73
</ DropdownMenuItem >
74
74
</ DropdownMenu >
75
75
</ div >
You can’t perform that action at this time.
0 commit comments