Skip to content
Snippets Groups Projects
Unverified Commit 296636e5 authored by Sloan Sparger's avatar Sloan Sparger Committed by GitHub
Browse files

Fix CloudPanel unit flake (#43856)

parent 9f27f377
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,6 @@ describe("CloudPanel", () => {
UNINITIALIZED_RESPONSE,
INIT_RESPONSE,
SETUP_RESPONSE,
CANCELED_RESPONSE,
]);
await expectProgressState(metabaseStoreLink);
......@@ -103,6 +102,10 @@ describe("CloudPanel", () => {
).toBeTruthy();
});
expect((store.getState() as any).undo).toHaveLength(1);
fetchMockCloudMigrationGetSequence([CANCELED_RESPONSE]);
await expectInitState();
});
it("should show user error if something fails", async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment