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
@@ -22,6 +22,7 @@ test.describe("Settings under Scale & Settings", () => {
});
test("Update TTL to On (no default)", async () => {
test.skip();
const ttlOnNoDefaultRadioButton = explorer.frame.getByRole("radio", { name: "ttl-on-no-default-option" });
await ttlOnNoDefaultRadioButton.click();
@@ -35,6 +36,7 @@ test.describe("Settings under Scale & Settings", () => {
});
test("Update TTL to On (with user entry)", async () => {
test.skip();
const ttlOnRadioButton = explorer.frame.getByRole("radio", { name: "ttl-on-option" });
await ttlOnRadioButton.click();
@@ -52,6 +54,7 @@ test.describe("Settings under Scale & Settings", () => {
});
test("Set Geospatial Config to Geometry then Geography", async () => {
test.skip();
const geometryRadioButton = explorer.frame.getByRole("radio", { name: "geometry-option" });
await geometryRadioButton.click();