···96969797 assert html =~ "Show Cache"
9898 assert html =~ cache.public_key
9999+ refute html =~ "Back to"
99100 end
100101101102 test "updates cache within modal", %{conn: conn, cache: cache} do
···82828383 {:ok, _show_live, html} = live(conn, ~p"/deployments/#{successful_deployment.sid}")
8484 assert html =~ "Retry"
8585+ refute html =~ "hero-arrow-left"
85868687 {:ok, _show_live, html} = live(conn, ~p"/deployments/#{running_deployment.sid}")
8788 refute html =~ "Retry"
8989+ refute html =~ "hero-arrow-left"
8890 end
89919092 test "creates a retry deployment from the show page", %{conn: conn, user: user} do
···107107108108 assert html =~ "Show Connection"
109109 assert html =~ connection.name
110110+ refute html =~ "Back to"
110111 end
111112112113 test "updates connection within modal", %{conn: conn, connection: connection} do