mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-07-22 21:37:18 +01:00
Remove all of the test.skip() calls.
This commit is contained in:
@@ -35,7 +35,6 @@ test.afterAll("Delete Test Database", async () => {
|
||||
});
|
||||
|
||||
test("Query results", async () => {
|
||||
test.skip();
|
||||
// Run the query and verify the results
|
||||
await queryEditor.locator.click();
|
||||
const executeQueryButton = explorer.commandBarButton(CommandBarButton.ExecuteQuery);
|
||||
@@ -58,7 +57,6 @@ test("Query results", async () => {
|
||||
});
|
||||
|
||||
test("Query stats", async () => {
|
||||
test.skip();
|
||||
// Run the query and verify the results
|
||||
await queryEditor.locator.click();
|
||||
const executeQueryButton = explorer.commandBarButton(CommandBarButton.ExecuteQuery);
|
||||
@@ -115,7 +113,6 @@ test("View button toggles between vertical and horizontal layout", async () => {
|
||||
});
|
||||
|
||||
test("View dropdown allows selecting vertical or horizontal layout", async () => {
|
||||
test.skip();
|
||||
// The default layout is Horizontal (split-view-vertical)
|
||||
const allotment = queryTab.locator.locator(".split-view-vertical, .split-view-horizontal");
|
||||
await expect(allotment).toHaveClass(/split-view-vertical/);
|
||||
|
||||
Reference in New Issue
Block a user