Improve input change test

This commit is contained in:
Jonatan Kłosko 2023-07-13 12:33:57 +02:00
parent 868f492650
commit db11994b3e

View file

@ -628,6 +628,7 @@ defmodule LivebookWeb.SessionLiveTest do
refute render(view) =~ "This input has changed since it was last processed."
Session.set_input_value(session.pid, input.id, 10)
wait_for_session_update(session.pid)
assert render(view) =~ "This input has changed since it was last processed."
end