mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-07-21 21:07:23 +01:00
Remove all of the test.skip() calls.
This commit is contained in:
@@ -22,7 +22,6 @@ 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();
|
||||
|
||||
@@ -36,7 +35,6 @@ 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();
|
||||
|
||||
@@ -54,7 +52,6 @@ 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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user