Skip to content

Commit

Permalink
Sleep for flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
josefarias committed Nov 20, 2024
1 parent 6eca7a2 commit 095ea65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/system/selection_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ class SelectionTest < ApplicationSystemTestCase
assert_no_selector ".hw-combobox__input[data-queried]"
open_combobox "#movie-field"
click_on_option "Aladdin"
sleep 1
assert_closed_combobox
assert_combobox_display_and_value "#movie-field", "Aladdin", movies(:aladdin).id
assert_selector ".hw-combobox__input[data-queried]"
Expand Down

0 comments on commit 095ea65

Please sign in to comment.