savvato-software / tribe-app-backend

3 stars 20 forks source link

TRIB-218: updates feature/permissions-page tests to use UserTestConstants #271

Closed mrsbluerose closed 3 months ago

mrsbluerose commented 3 months ago

(branched off develop)

Updates the following classes to implement UserTestConstants

Testing: all tests run successfully mvn clean test runs successfully

Per a recent discussion in Discord TribeAppDev, I intended to add user role constants to the UserTestConstants. I ran into several complications while doing this and felt it was antithetical to the goal of simplifying the tests through use of constants. I will bring my findings to the next meeting, and I can open up a separate ticket to tackle the user roles, if we determine we want anything changed, or I can make any requested changes to this ticket.