@@ -68,7 +68,7 @@ describe("WorkspacesPage", () => {
68
68
await user . click ( getWorkspaceCheckbox ( workspaces [ 0 ] ) ) ;
69
69
await user . click ( getWorkspaceCheckbox ( workspaces [ 1 ] ) ) ;
70
70
71
- await user . click ( screen . getByRole ( "button" , { name : / a c t i o n s / i } ) ) ;
71
+ await user . click ( screen . getByRole ( "button" , { name : / b u l k a c t i o n s / i } ) ) ;
72
72
const deleteButton = await screen . findByText ( / d e l e t e / i) ;
73
73
await user . click ( deleteButton ) ;
74
74
@@ -106,7 +106,7 @@ describe("WorkspacesPage", () => {
106
106
await user . click ( getWorkspaceCheckbox ( workspace ) ) ;
107
107
}
108
108
109
- await user . click ( screen . getByRole ( "button" , { name : / a c t i o n s / i } ) ) ;
109
+ await user . click ( screen . getByRole ( "button" , { name : / b u l k a c t i o n s / i } ) ) ;
110
110
const updateButton = await screen . findByText ( / u p d a t e / i) ;
111
111
await user . click ( updateButton ) ;
112
112
@@ -145,7 +145,7 @@ describe("WorkspacesPage", () => {
145
145
await user . click ( getWorkspaceCheckbox ( workspace ) ) ;
146
146
}
147
147
148
- await user . click ( screen . getByRole ( "button" , { name : / a c t i o n s / i } ) ) ;
148
+ await user . click ( screen . getByRole ( "button" , { name : / b u l k a c t i o n s / i } ) ) ;
149
149
const updateButton = await screen . findByText ( / u p d a t e / i) ;
150
150
await user . click ( updateButton ) ;
151
151
@@ -183,7 +183,7 @@ describe("WorkspacesPage", () => {
183
183
await user . click ( getWorkspaceCheckbox ( workspace ) ) ;
184
184
}
185
185
186
- await user . click ( screen . getByRole ( "button" , { name : / a c t i o n s / i } ) ) ;
186
+ await user . click ( screen . getByRole ( "button" , { name : / b u l k a c t i o n s / i } ) ) ;
187
187
const updateButton = await screen . findByText ( / u p d a t e / i) ;
188
188
await user . click ( updateButton ) ;
189
189
@@ -223,7 +223,7 @@ describe("WorkspacesPage", () => {
223
223
await user . click ( getWorkspaceCheckbox ( workspace ) ) ;
224
224
}
225
225
226
- await user . click ( screen . getByRole ( "button" , { name : / a c t i o n s / i } ) ) ;
226
+ await user . click ( screen . getByRole ( "button" , { name : / b u l k a c t i o n s / i } ) ) ;
227
227
const updateButton = await screen . findByText ( / u p d a t e / i) ;
228
228
await user . click ( updateButton ) ;
229
229
@@ -263,7 +263,7 @@ describe("WorkspacesPage", () => {
263
263
264
264
await user . click ( getWorkspaceCheckbox ( workspaces [ 0 ] ) ) ;
265
265
await user . click ( getWorkspaceCheckbox ( workspaces [ 1 ] ) ) ;
266
- await user . click ( screen . getByRole ( "button" , { name : / a c t i o n s / i } ) ) ;
266
+ await user . click ( screen . getByRole ( "button" , { name : / b u l k a c t i o n s / i } ) ) ;
267
267
const stopButton = await screen . findByRole ( "menuitem" , { name : / s t o p / i } ) ;
268
268
await user . click ( stopButton ) ;
269
269
@@ -290,7 +290,7 @@ describe("WorkspacesPage", () => {
290
290
291
291
await user . click ( getWorkspaceCheckbox ( workspaces [ 0 ] ) ) ;
292
292
await user . click ( getWorkspaceCheckbox ( workspaces [ 1 ] ) ) ;
293
- await user . click ( screen . getByRole ( "button" , { name : / a c t i o n s / i } ) ) ;
293
+ await user . click ( screen . getByRole ( "button" , { name : / b u l k a c t i o n s / i } ) ) ;
294
294
const startButton = await screen . findByRole ( "menuitem" , { name : / s t a r t / i } ) ;
295
295
await user . click ( startButton ) ;
296
296
0 commit comments