This commit is contained in:
Andrew Tomaka 2025-06-16 22:30:54 -04:00
parent 58e21336cd
commit b7efc4c18b
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

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"