0
htavukcu created
- ABP Framework version: v8.3.1
- UI Type: Custom
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hi,
We are writing an integration test that tests user permissions for the navigation menu system in our application. What we want to do is test whether the correct menu structure is calculated by changing the user permissions. How can we prepare such a test using PermissionManagement? Is there an example for this?
Note: We are using our own UI system. Thanks.