From fd7dc1d9fb8650247258ea28d5c14b87bf9bc3e5 Mon Sep 17 00:00:00 2001 From: Jason Gill Date: Wed, 18 Dec 2024 15:53:15 -0700 Subject: [PATCH] Update action-center.cy.ts --- clients/admin-ui/cypress/e2e/action-center.cy.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clients/admin-ui/cypress/e2e/action-center.cy.ts b/clients/admin-ui/cypress/e2e/action-center.cy.ts index df75794cae..955348336c 100644 --- a/clients/admin-ui/cypress/e2e/action-center.cy.ts +++ b/clients/admin-ui/cypress/e2e/action-center.cy.ts @@ -112,5 +112,8 @@ describe("Action center", () => { // Ignore button cy.getByTestId(`ignore-button-${webMonitorKey}`).should("exist"); }); + it.skip("Should paginate results", () => { + // TODO: mock pagination and also test skeleton loading state + }); }); });