Frachtwerk / essencium-frontend

Next.js based starter monorepo consisting of a component library, types, docs and a boilerplate application.
https://staging.essencium.dev
GNU Lesser General Public License v3.0
17 stars 1 forks source link

Fix UsersView and RolesView End2End Test #599

Closed CathrinTruchan closed 1 month ago

CathrinTruchan commented 2 months ago

Description The E2E tests in the file UsersView.spec.ts and RolesViews.spec.ts fail because of various reasons, e.g. because in the test run the click on the editIcon seems to not open the editForm and the click on the deleteIcon seems to not open the deleteModal.

Scope Adjust and fix test.