1 # frozen_string_literal: true
3 require "application_system_test_case"
5 class UserSuspensionTest < ApplicationSystemTestCase
6 test "User shown a message when suspended mid-session" do
10 assert_content "My Account"
15 assert_content "This decision will be reviewed by an administrator shortly"