File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
site/src/modules/dashboard/Navbar Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export const ForAdmin: Story = {
27
27
play : async ( { canvasElement } ) => {
28
28
const canvas = within ( canvasElement ) ;
29
29
await userEvent . click (
30
- canvas . getByRole ( "button" , { name : "Administration " } ) ,
30
+ canvas . getByRole ( "button" , { name : "Admin settings " } ) ,
31
31
) ;
32
32
} ,
33
33
} ;
@@ -44,7 +44,7 @@ export const ForAuditor: Story = {
44
44
play : async ( { canvasElement } ) => {
45
45
const canvas = within ( canvasElement ) ;
46
46
await userEvent . click (
47
- canvas . getByRole ( "button" , { name : "Administration " } ) ,
47
+ canvas . getByRole ( "button" , { name : "Admin settings " } ) ,
48
48
) ;
49
49
} ,
50
50
} ;
@@ -61,7 +61,7 @@ export const ForOrgAdmin: Story = {
61
61
play : async ( { canvasElement } ) => {
62
62
const canvas = within ( canvasElement ) ;
63
63
await userEvent . click (
64
- canvas . getByRole ( "button" , { name : "Administration " } ) ,
64
+ canvas . getByRole ( "button" , { name : "Admin settings " } ) ,
65
65
) ;
66
66
} ,
67
67
} ;
You can’t perform that action at this time.
0 commit comments