Skip to content

Commit

Permalink
fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasterV committed Mar 31, 2024
1 parent 888bac4 commit 1661105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/intisync_web/live/hub_live_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ defmodule IntisyncWeb.HubLiveTest do
session_id: session_id
} do
{:ok, view, _html} = live(conn, ~p"/sessions/#{session_id}")
{:ok, remote_view, _html} = live(conn, ~p"/sessions/#{session_id}/remote")
{:ok, _remote_view, _html} = live(conn, ~p"/sessions/#{session_id}/remote")

refute view |> element("#share-session") |> has_element?()
end
Expand Down

0 comments on commit 1661105

Please sign in to comment.