Add user information drop down to top right #64

Merged
atomaka merged 4 commits from user-card into main 2025-06-16 22:35:36 -04:00
Showing only changes of commit b7efc4c18b - Show all commits

View file

@ -15,6 +15,8 @@ class SessionsTest < ApplicationSystemTestCase
login(@user.email)
visit root_url
# Open the user dropdown by clicking the checkbox label
find('label[for="user-dropdown"]').click
click_on "Log out", match: :first
assert_text "Session was successfully destroyed"