Skip to content

Commit

Permalink
Fix test typo
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Dutro <camertron@gmail.com>
  • Loading branch information
dombesz and camertron committed Sep 10, 2024
1 parent 2ef439f commit 2cfe7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/alpha/text_field_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_clear_button
assert_equal find("input[type=text]").value, "foobar"

evaluate_multiline_script(<<~JS)
window.inputTriggeredV = false
window.inputTriggered = false
document.querySelector('input[type=text]').addEventListener('input', (_event) => {
window.inputTriggered = true
Expand Down

0 comments on commit 2cfe7d1

Please sign in to comment.