Ana-Niko-byte / zenlist

This is a fullstack Django framework project aimed at improving task tracking.
1 stars 0 forks source link

Housework : Test Authentication #20

Open Ana-Niko-byte opened 2 months ago

Ana-Niko-byte commented 2 months ago

Add Python testing for user authentiaction and permissions.

AC1 If user not logged in, check display of correct nav tabs. (manual) AC2 If user not logged in, check display of proper nav links. (manual)

AC3 If user loggin in, check display of correct nav tabs. (manual) AC4 If user logged in, check correct displays of features/registered user account. (manual)

AC5 If user logged in, check Scrum banner display variation. (manual)