mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-10 00:47:45 +08:00
Improve input change test
This commit is contained in:
parent
868f492650
commit
db11994b3e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue