sonicjs icon indicating copy to clipboard operation
sonicjs copied to clipboard

Expand E2E test to include admin ui

Open lane711 opened this issue 8 months ago • 0 comments

There are currently a set of Playwright E2E tests used to test the API

We need to add some smoke tests for the admin UI:

  1. Ensure admin pages load and expected data is displayed
  2. Data tables work as expected, included sorting, search, etc
  3. Ensure data forms load as expected
  4. Ensure CRUD operation in the admin UI work as expected

lane711 avatar Mar 26 '25 16:03 lane711