CEC-4920: Add redeploy bulk-action (#420)
* standardize bulk actions * add redploy bulk-action * add cases to disable redeploy * update status check * rename func
This commit is contained in:
@@ -28,7 +28,7 @@ describe("BulkActions", () => {
|
||||
<UserProvider>
|
||||
<BulkActions
|
||||
actions={["addTags"]}
|
||||
vins={["TESTVIN1234567890"]}
|
||||
ids={["TESTVIN1234567890"]}
|
||||
/>
|
||||
</UserProvider>
|
||||
</StatusProvider>
|
||||
@@ -45,7 +45,7 @@ describe("BulkActions", () => {
|
||||
<UserProvider>
|
||||
<BulkActions
|
||||
actions={["addTags"]}
|
||||
vins={["TESTVIN1234567890"]}
|
||||
ids={["TESTVIN1234567890"]}
|
||||
/>
|
||||
</UserProvider>
|
||||
</StatusProvider>
|
||||
@@ -63,7 +63,7 @@ describe("BulkActions", () => {
|
||||
<UserProvider>
|
||||
<BulkActions
|
||||
actions={["addTags", "someInvalidAction", "updateConfig"]}
|
||||
vins={["TESTVIN1234567890"]}
|
||||
ids={["TESTVIN1234567890"]}
|
||||
/>
|
||||
</UserProvider>
|
||||
</StatusProvider>
|
||||
|
||||
Reference in New Issue
Block a user