Remove all of the test.skip() calls.

This commit is contained in:
Jade Welton
2026-07-10 14:14:19 -07:00
parent fec40b7dff
commit d3d6bbe572
22 changed files with 621 additions and 681 deletions
-1
View File
@@ -33,7 +33,6 @@ test.describe("Test Mongo Pagination", () => {
});
test("should execute a query and load more results", async ({ page }) => {
test.skip();
const query = "{}";
await queryEditor.locator.click();