johnRedden / TextbookProject

Textbook project start.
0 stars 0 forks source link

[Unit Test] Admin Console #13

Closed FelixVicis closed 8 years ago

FelixVicis commented 8 years ago

List of Unit Tests

FelixVicis commented 8 years ago

-Assign a current user a new permission level :heavy_check_mark: -Ensure this permission changes on login :heavy_check_mark: -Assign a non-existing user a new permission level :heavy_check_mark: -Ensure permissions are set correctly on this user's registration :heavy_check_mark: -Check that a non authenticated user cannot access :heavy_check_mark: -Check that a user of permission reader cannot access :heavy_check_mark: -Check that a user of permission writer cannot access :heavy_check_mark: -Check that a user timed out cannot access :heavy_check_mark: