Skip to content

Commit

Permalink
Maintenance: Stabilize maintenance session message spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Dec 22, 2023
1 parent 0e7f99e commit f178071
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/system/system/maintenance/session_message_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ def check_sesion_message_content(title, text)
context 'when maintenance session message is used and a open session exists' do
before do
visit '/'
ensure_websocket

using_session(:second_browser) do
login(
username: agent.login,
password: 'test',
)
ensure_websocket
end
end

Expand Down

0 comments on commit f178071

Please sign in to comment.