Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phoenixframework/phoenix_live_view
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 843df76525fe5bfc52df71673214257e81257fd2
Choose a base ref
..
head repository: phoenixframework/phoenix_live_view
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e49ff40e251d8b19c7bde23513e6017f0a26223
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 test/e2e/support/portal.ex
1 change: 0 additions & 1 deletion test/e2e/support/portal.ex
Original file line number Diff line number Diff line change
@@ -75,7 +75,6 @@ defmodule Phoenix.LiveViewTest.E2E.PortalLive do
<div id="portal-source" phx-portal="portal-target">
<.modal id="my-modal">
This is a modal.
<p>DOM patching works as expected: <%= @count %></p>
<.button phx-click={JS.patch("/portal?param=#{@param_next}")}>Patch this LiveView</.button>
</.modal>