As currently only super users can import/export entities, we would have to make the testusers superusers. This however would break test isolation: In order to run our e2e tests in parallel we need to ensure that every user only has access to their own entities. This way in the cleanup after the test we can say "Delete all entities you have access too". Because superusers have access to all entities, this would interfere with other concurrently running tests.
We can look at adding E2E tests for import/export again once we have separate authorizations for import/export.
As currently only super users can import/export entities, we would have to make the testusers superusers. This however would break test isolation: In order to run our e2e tests in parallel we need to ensure that every user only has access to their own entities. This way in the cleanup after the test we can say "Delete all entities you have access too". Because superusers have access to all entities, this would interfere with other concurrently running tests.
We can look at adding E2E tests for import/export again once we have separate authorizations for import/export.