Skip to content

Commit

Permalink
Update action-center.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gilluminate committed Dec 18, 2024
1 parent f8ac2be commit fd7dc1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/admin-ui/cypress/e2e/action-center.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
});
});

0 comments on commit fd7dc1d

Please sign in to comment.