From 8af8526cbf4b9d4df5772ca939b9c37fbf99d697 Mon Sep 17 00:00:00 2001 From: LiuLiu Date: Wed, 9 Oct 2024 16:40:34 -0700 Subject: [PATCH] skip --- .../render/database/noWritePerms.spec.ts | 2 +- .../privatePaths/render/deploy/index.spec.ts | 2 +- .../coronaClosedIssueForRepoOwner.spec.ts | 2 +- .../issue/coronaOpenIssueForRepoOwner.spec.ts | 2 +- .../privatePaths/render/issues/index.spec.ts | 2 +- .../render/webhooks/index.spec.ts | 2 +- .../render/webhooks/webhook.spec.ts | 2 +- .../e2e/dolthub/publicPaths/api/index.spec.ts | 30 +++++++++---------- .../render/commits/changeBranches.spec.ts | 2 +- .../publicPaths/render/commits/index.spec.ts | 2 +- .../database/branchChangeOnSameTab.spec.ts | 2 +- .../branchMaintainedOnTabChange.spec.ts | 2 +- .../render/database/corona-virus.spec.ts | 2 +- .../publicPaths/render/deploy/index.spec.ts | 2 +- .../diffs/coronaDiffOlderCommit.spec.ts | 2 +- .../diffs/coronaOneSelectedCommit.spec.ts | 2 +- .../render/issue/coronaClosedIssue.spec.ts | 2 +- .../render/issue/coronaOpenIssue.spec.ts | 2 +- .../publicPaths/render/issues/index.spec.ts | 2 +- .../render/pull/coronaMergedPull.spec.ts | 2 +- .../render/pull/coronaMergedPullDiff.spec.ts | 2 +- .../pull/coronaMergedPullDiffRange.spec.ts | 2 +- .../render/pull/coronaOpenPull.spec.ts | 2 +- .../pull/coronaOpenPullDiffRange.spec.ts | 2 +- .../publicPaths/render/pulls/index.spec.ts | 2 +- .../publicPaths/render/queries/index.spec.ts | 2 +- .../publicPaths/render/webhooks/index.spec.ts | 2 +- 27 files changed, 41 insertions(+), 41 deletions(-) diff --git a/cypress/e2e/dolthub/privatePaths/render/database/noWritePerms.spec.ts b/cypress/e2e/dolthub/privatePaths/render/database/noWritePerms.spec.ts index 378e3142..82a7d841 100644 --- a/cypress/e2e/dolthub/privatePaths/render/database/noWritePerms.spec.ts +++ b/cypress/e2e/dolthub/privatePaths/render/database/noWritePerms.spec.ts @@ -43,7 +43,7 @@ describe(`${pageName} renders expected components on different devices`, () => { ), ]; - const skip = false; + const skip = true; const devices = [macbook15ForAppLayout(pageName, tests, false, loggedIn)]; runTestsForDevices({ currentPage, devices, skip, loggedIn }); }); diff --git a/cypress/e2e/dolthub/privatePaths/render/deploy/index.spec.ts b/cypress/e2e/dolthub/privatePaths/render/deploy/index.spec.ts index d3cc068f..987be20f 100644 --- a/cypress/e2e/dolthub/privatePaths/render/deploy/index.spec.ts +++ b/cypress/e2e/dolthub/privatePaths/render/deploy/index.spec.ts @@ -20,6 +20,6 @@ describe(`${pageName} expected components on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests, false, loggedIn)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip, loggedIn }); }); diff --git a/cypress/e2e/dolthub/privatePaths/render/issue/coronaClosedIssueForRepoOwner.spec.ts b/cypress/e2e/dolthub/privatePaths/render/issue/coronaClosedIssueForRepoOwner.spec.ts index 5663745e..6ca1fd46 100644 --- a/cypress/e2e/dolthub/privatePaths/render/issue/coronaClosedIssueForRepoOwner.spec.ts +++ b/cypress/e2e/dolthub/privatePaths/render/issue/coronaClosedIssueForRepoOwner.spec.ts @@ -50,6 +50,6 @@ describe(`${pageName} renders expected components on different devices`, () => { const devices = [macbook15ForAppLayout(pageName, tests, false, loggedIn)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip, loggedIn }); }); diff --git a/cypress/e2e/dolthub/privatePaths/render/issue/coronaOpenIssueForRepoOwner.spec.ts b/cypress/e2e/dolthub/privatePaths/render/issue/coronaOpenIssueForRepoOwner.spec.ts index 2042be2a..27be5887 100644 --- a/cypress/e2e/dolthub/privatePaths/render/issue/coronaOpenIssueForRepoOwner.spec.ts +++ b/cypress/e2e/dolthub/privatePaths/render/issue/coronaOpenIssueForRepoOwner.spec.ts @@ -48,6 +48,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ]; const loggedIn = true; const devices = [macbook15ForAppLayout(pageName, tests, false, loggedIn)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip, loggedIn }); }); diff --git a/cypress/e2e/dolthub/privatePaths/render/issues/index.spec.ts b/cypress/e2e/dolthub/privatePaths/render/issues/index.spec.ts index b137a526..b2a81a3a 100644 --- a/cypress/e2e/dolthub/privatePaths/render/issues/index.spec.ts +++ b/cypress/e2e/dolthub/privatePaths/render/issues/index.spec.ts @@ -49,6 +49,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests, false, loggedIn)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip, loggedIn }); }); diff --git a/cypress/e2e/dolthub/privatePaths/render/webhooks/index.spec.ts b/cypress/e2e/dolthub/privatePaths/render/webhooks/index.spec.ts index 793161de..96613465 100644 --- a/cypress/e2e/dolthub/privatePaths/render/webhooks/index.spec.ts +++ b/cypress/e2e/dolthub/privatePaths/render/webhooks/index.spec.ts @@ -29,6 +29,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests, false, loggedIn)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip, loggedIn }); }); diff --git a/cypress/e2e/dolthub/privatePaths/render/webhooks/webhook.spec.ts b/cypress/e2e/dolthub/privatePaths/render/webhooks/webhook.spec.ts index 943fb1dc..84f99add 100644 --- a/cypress/e2e/dolthub/privatePaths/render/webhooks/webhook.spec.ts +++ b/cypress/e2e/dolthub/privatePaths/render/webhooks/webhook.spec.ts @@ -58,6 +58,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests, false, loggedIn)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip, loggedIn }); }); diff --git a/cypress/e2e/dolthub/publicPaths/api/index.spec.ts b/cypress/e2e/dolthub/publicPaths/api/index.spec.ts index 78a9f4b8..940844e0 100644 --- a/cypress/e2e/dolthub/publicPaths/api/index.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/api/index.spec.ts @@ -8,7 +8,7 @@ const selectQuery = "SELECT * FROM `places` ORDER BY place_id ASC LIMIT 5;"; const badQuery = "heatdome"; describe("API returns 404 for invalid endpoints", () => { - it("gets 404 responses from non-existent endpoints", () => { + xit("gets 404 responses from non-existent endpoints", () => { cy.request({ url: `/api/`, failOnStatusCode: false, @@ -32,10 +32,10 @@ describe("API returns 404 for invalid endpoints", () => { describe(`API returns query results for '${defaultQuery}' from ${defaultBranch} without branch or query specified`, () => { const earl = `/api/${apiVersion}/${repoOwner}/${repoName}`; - it("gets a success response from the API", () => { + xit("gets a success response from the API", () => { cy.request({ url: earl }).its("status").should("equal", 200); }); - it("contains the correct query metadata in the response body", () => { + xit("contains the correct query metadata in the response body", () => { cy.request({ url: earl }) .its("body.sql_query") .should("equal", `${defaultQuery}`); @@ -55,7 +55,7 @@ describe(`API returns query results for '${defaultQuery}' from ${defaultBranch} .its("body.query_execution_message") .should("equal", ""); }); - it("contains the correct query result schema in the response body", () => { + xit("contains the correct query result schema in the response body", () => { cy.request({ url: earl }) .its("body.schema") .should("deep.equal", [ @@ -65,7 +65,7 @@ describe(`API returns query results for '${defaultQuery}' from ${defaultBranch} }, ]); }); - it("contains the correct query result rows in the response body", () => { + xit("contains the correct query result rows in the response body", () => { cy.request({ url: earl }) .its("body.rows") .should("deep.equal", [ @@ -101,10 +101,10 @@ describe(`API returns query results for '${defaultQuery}' from ${defaultBranch} describe(`API returns query results for '${defaultQuery}' from branch ${otherBranch} without query specified`, () => { const earl = `/api/${apiVersion}/${repoOwner}/${repoName}/${otherBranch}`; - it("gets a success response from the API", () => { + xit("gets a success response from the API", () => { cy.request({ url: earl }).its("status").should("equal", 200); }); - it("contains the correct query metadata in the response body", () => { + xit("contains the correct query metadata in the response body", () => { cy.request({ url: earl }) .its("body.sql_query") .should("equal", `${defaultQuery}`); @@ -124,7 +124,7 @@ describe(`API returns query results for '${defaultQuery}' from branch ${otherBra .its("body.query_execution_message") .should("equal", ""); }); - it("contains the correct query result schema in the response body", () => { + xit("contains the correct query result schema in the response body", () => { cy.request({ url: earl }) .its("body.schema") .should("deep.equal", [ @@ -134,7 +134,7 @@ describe(`API returns query results for '${defaultQuery}' from branch ${otherBra }, ]); }); - it("contains the correct query result rows in the response body", () => { + xit("contains the correct query result rows in the response body", () => { cy.request({ url: earl }) .its("body.rows") .should("deep.equal", [ @@ -163,10 +163,10 @@ describe(`API returns query results for '${selectQuery}' from ${defaultBranch} w const earl = `/api/${apiVersion}/${repoOwner}/${repoName}?q=${encodeURI( selectQuery, )}`; - it("gets a success response from the API", () => { + xit("gets a success response from the API", () => { cy.request({ url: earl }).its("status").should("equal", 200); }); - it("contains the correct query metadata in the response body", () => { + xit("contains the correct query metadata in the response body", () => { cy.request({ url: earl }) .its("body.sql_query") .should("equal", `${selectQuery}`); @@ -186,7 +186,7 @@ describe(`API returns query results for '${selectQuery}' from ${defaultBranch} w .its("body.query_execution_message") .should("equal", ""); }); - it("contains the correct query result schema in the response body", () => { + xit("contains the correct query result schema in the response body", () => { cy.request({ url: earl }) .its("body.schema") .should("deep.equal", [ @@ -212,7 +212,7 @@ describe(`API returns query results for '${selectQuery}' from ${defaultBranch} w }, ]); }); - it("contains the correct query result rows in the response body", () => { + xit("contains the correct query result rows in the response body", () => { cy.request({ url: earl }) .its("body.rows") .should("deep.equal", [ @@ -259,10 +259,10 @@ describe(`API returns query error for invalid query '${badQuery}'`, () => { const earl = `/api/${apiVersion}/${repoOwner}/${repoName}?q=${encodeURI( badQuery, )}`; - it("gets a success response from the API", () => { + xit("gets a success response from the API", () => { cy.request({ url: earl }).its("status").should("equal", 200); }); - it("contains the correct query metadata in the response body", () => { + xit("contains the correct query metadata in the response body", () => { cy.request({ url: earl }) .its("body.sql_query") .should("equal", `${badQuery}`); diff --git a/cypress/e2e/dolthub/publicPaths/render/commits/changeBranches.spec.ts b/cypress/e2e/dolthub/publicPaths/render/commits/changeBranches.spec.ts index 43cb9bc1..b4722c8a 100644 --- a/cypress/e2e/dolthub/publicPaths/render/commits/changeBranches.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/commits/changeBranches.spec.ts @@ -19,7 +19,7 @@ describe(`${pageName} renders expected components on different devices`, () => { const devices = [ macbook15ForAppLayout(pageName, changeBranch(changeBranchParams)), ]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage: `${currentPage}${currentBranch}`, devices, diff --git a/cypress/e2e/dolthub/publicPaths/render/commits/index.spec.ts b/cypress/e2e/dolthub/publicPaths/render/commits/index.spec.ts index 7e387dc0..289e495d 100644 --- a/cypress/e2e/dolthub/publicPaths/render/commits/index.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/commits/index.spec.ts @@ -97,6 +97,6 @@ describe(`${pageName} renders expected components on different devices`, () => { iPad2ForAppLayout(pageName, tests), iPhoneXForAppLayout(pageName, mobileTests), ]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/database/branchChangeOnSameTab.spec.ts b/cypress/e2e/dolthub/publicPaths/render/database/branchChangeOnSameTab.spec.ts index fea19947..31378a19 100644 --- a/cypress/e2e/dolthub/publicPaths/render/database/branchChangeOnSameTab.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/database/branchChangeOnSameTab.spec.ts @@ -17,6 +17,6 @@ describe(`${pageName} renders expected components on different devices`, () => { }; const devices = [macbook15ForAppLayout(pageName, changeBranch(testParams))]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/database/branchMaintainedOnTabChange.spec.ts b/cypress/e2e/dolthub/publicPaths/render/database/branchMaintainedOnTabChange.spec.ts index ac77038d..d69276ea 100644 --- a/cypress/e2e/dolthub/publicPaths/render/database/branchMaintainedOnTabChange.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/database/branchMaintainedOnTabChange.spec.ts @@ -68,6 +68,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests())]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/database/corona-virus.spec.ts b/cypress/e2e/dolthub/publicPaths/render/database/corona-virus.spec.ts index 38ae4f1c..6680c51f 100644 --- a/cypress/e2e/dolthub/publicPaths/render/database/corona-virus.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/database/corona-virus.spec.ts @@ -115,6 +115,6 @@ describe(`${pageName} renders expected components on different devices`, () => { iPad2ForAppLayout(pageName, tests), iPhoneXForAppLayout(pageName, mobileTests), ]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/deploy/index.spec.ts b/cypress/e2e/dolthub/publicPaths/render/deploy/index.spec.ts index c9e702f0..c75b6c8f 100644 --- a/cypress/e2e/dolthub/publicPaths/render/deploy/index.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/deploy/index.spec.ts @@ -27,6 +27,6 @@ describe(`${pageName} expected components on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/diffs/coronaDiffOlderCommit.spec.ts b/cypress/e2e/dolthub/publicPaths/render/diffs/coronaDiffOlderCommit.spec.ts index ffa92d35..7acd1eef 100644 --- a/cypress/e2e/dolthub/publicPaths/render/diffs/coronaDiffOlderCommit.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/diffs/coronaDiffOlderCommit.spec.ts @@ -43,6 +43,6 @@ describe(`${pageName} renders expected component on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/diffs/coronaOneSelectedCommit.spec.ts b/cypress/e2e/dolthub/publicPaths/render/diffs/coronaOneSelectedCommit.spec.ts index b4798335..76e14300 100644 --- a/cypress/e2e/dolthub/publicPaths/render/diffs/coronaOneSelectedCommit.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/diffs/coronaOneSelectedCommit.spec.ts @@ -60,6 +60,6 @@ describe(`${pageName} renders expected component on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/issue/coronaClosedIssue.spec.ts b/cypress/e2e/dolthub/publicPaths/render/issue/coronaClosedIssue.spec.ts index 0864034e..ca4373e0 100644 --- a/cypress/e2e/dolthub/publicPaths/render/issue/coronaClosedIssue.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/issue/coronaClosedIssue.spec.ts @@ -44,6 +44,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/issue/coronaOpenIssue.spec.ts b/cypress/e2e/dolthub/publicPaths/render/issue/coronaOpenIssue.spec.ts index d171b86f..43391d94 100644 --- a/cypress/e2e/dolthub/publicPaths/render/issue/coronaOpenIssue.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/issue/coronaOpenIssue.spec.ts @@ -44,6 +44,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/issues/index.spec.ts b/cypress/e2e/dolthub/publicPaths/render/issues/index.spec.ts index 4260e28d..89a1a6bf 100644 --- a/cypress/e2e/dolthub/publicPaths/render/issues/index.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/issues/index.spec.ts @@ -98,7 +98,7 @@ describe(`${pageName} renders expected components on different devices`, () => { ), ), ]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage: `${currentPage}${currentBranch}`, devices, diff --git a/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPull.spec.ts b/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPull.spec.ts index 868a9390..339855a8 100644 --- a/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPull.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPull.spec.ts @@ -11,7 +11,7 @@ const currentPage = `repositories/${currentOwner}/${currentRepo}/pulls/${current const destinationBranch = "archived"; // Need to investigate why the tests for this page are flaky -const skip = false; +const skip = true; describe(`${pageName} renders expected components on different devices`, () => { const beVisible = newShouldArgs("be.visible"); diff --git a/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPullDiff.spec.ts b/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPullDiff.spec.ts index 1462b982..e9320fea 100644 --- a/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPullDiff.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPullDiff.spec.ts @@ -13,7 +13,7 @@ const currentRepo = "corona-virus"; const currentPullId = "1"; const currentPage = `repositories/${currentOwner}/${currentRepo}/pulls/${currentPullId}/compare`; -const skip = false; +const skip = true; describe(`${pageName} renders expected components on different devices`, () => { const beVisible = newShouldArgs("be.visible"); diff --git a/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPullDiffRange.spec.ts b/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPullDiffRange.spec.ts index 249b0abe..3157acaa 100644 --- a/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPullDiffRange.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/pull/coronaMergedPullDiffRange.spec.ts @@ -17,7 +17,7 @@ const currentPage = `repositories/${currentOwner}/${currentRepo}/pulls/${current describe(`${pageName} renders expected components on different devices`, () => { const beVisible = newShouldArgs("be.visible"); - const skipAll = false; + const skipAll = true; const tests = [ newExpectation( diff --git a/cypress/e2e/dolthub/publicPaths/render/pull/coronaOpenPull.spec.ts b/cypress/e2e/dolthub/publicPaths/render/pull/coronaOpenPull.spec.ts index f8f99bcd..657f178b 100644 --- a/cypress/e2e/dolthub/publicPaths/render/pull/coronaOpenPull.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/pull/coronaOpenPull.spec.ts @@ -52,6 +52,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/pull/coronaOpenPullDiffRange.spec.ts b/cypress/e2e/dolthub/publicPaths/render/pull/coronaOpenPullDiffRange.spec.ts index 356e3c8c..62bc447b 100644 --- a/cypress/e2e/dolthub/publicPaths/render/pull/coronaOpenPullDiffRange.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/pull/coronaOpenPullDiffRange.spec.ts @@ -102,6 +102,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/pulls/index.spec.ts b/cypress/e2e/dolthub/publicPaths/render/pulls/index.spec.ts index a7545da8..959ad530 100644 --- a/cypress/e2e/dolthub/publicPaths/render/pulls/index.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/pulls/index.spec.ts @@ -96,6 +96,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ), ), ]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/queries/index.spec.ts b/cypress/e2e/dolthub/publicPaths/render/queries/index.spec.ts index c40e115b..876af3de 100644 --- a/cypress/e2e/dolthub/publicPaths/render/queries/index.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/queries/index.spec.ts @@ -80,6 +80,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ]; const devices = [macbook15ForAppLayout(pageName, tests)]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); }); diff --git a/cypress/e2e/dolthub/publicPaths/render/webhooks/index.spec.ts b/cypress/e2e/dolthub/publicPaths/render/webhooks/index.spec.ts index c4146b00..eac1f529 100644 --- a/cypress/e2e/dolthub/publicPaths/render/webhooks/index.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/webhooks/index.spec.ts @@ -50,6 +50,6 @@ describe(`${pageName} renders expected components on different devices`, () => { ), ), ]; - const skip = false; + const skip = true; runTestsForDevices({ currentPage, devices, skip }); });