mirror of
https://github.com/pgsty/minio.git
synced 2026-09-26 04:45:59 +03:00
Browser: Update UI with new components and elements (#5671)
This commit is contained in:
@@ -29,10 +29,10 @@ describe("AbortConfirmModal", () => {
|
||||
<AbortConfirmModal
|
||||
uploads={{
|
||||
"a-b/-test1": { size: 100, loaded: 50, name: "test1" },
|
||||
"a-b/-test2": { size: 100, loaded: 50, name: "test2" }
|
||||
"a-b/-test2": { size: 100, loaded: 50, name: "test2" },
|
||||
}}
|
||||
abort={abort}
|
||||
/>
|
||||
/>,
|
||||
)
|
||||
wrapper.instance().abortUploads()
|
||||
expect(abort.mock.calls.length).toBe(2)
|
||||
|
||||
Reference in New Issue
Block a user