codidact / qpixel

Q&A-based community knowledge-sharing software
https://codidact.com
GNU Affero General Public License v3.0
385 stars 69 forks source link

Add (more) system tests relating to sign in / sign out #1155

Closed Taeir closed 1 year ago

Taeir commented 1 year ago

I updated the passwords of all users to be 'test123' to be able to sign in with arbitrary users.

Fixed the log_out helper function. The button does not appear within the header element, and click_on did not seem to wait correctly for the button to have appeared. Find does do this, so it's what I used now.

Taeir commented 1 year ago

GitHub seems to be having some issues. CircleCI cannot seem to checkout the branch and new commits aren't showing.... Since it involves tests, this should only be merged if it passes the CI.