Disable most tests while sorting out account setup. Add debug tracing.

This commit is contained in:
Jade Welton
2026-07-08 09:19:05 -07:00
parent 2f487f83b2
commit 27ffa7208b
28 changed files with 69 additions and 84 deletions
@@ -38,6 +38,7 @@ test.describe("Container Copy - Offline Migration", () => {
});
test("Successfully create and manage offline migration copy job", async () => {
test.skip();
expect(wrapper).not.toBeNull();
await wrapper.locator(".commandBarContainer").waitFor({ state: "visible" });
@@ -32,6 +32,7 @@ test.describe("Container Copy - Online Migration", () => {
});
test("Successfully create and manage online migration copy job", async () => {
test.skip();
expect(wrapper).not.toBeNull();
await wrapper.locator(".commandBarContainer").waitFor({ state: "visible" });
@@ -26,6 +26,7 @@ test.describe("Container Copy - Permission Screen Verification", () => {
});
test("Verify online container copy permissions panel functionality", async () => {
test.skip();
expect(wrapper).not.toBeNull();
// Verify all command bar buttons are visible