Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/system/select_language_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SelectLanguageTest < ApplicationSystemTestCase

assert_content "English"
find_by_id("language_search").set("fra").send_keys(:tab)
assert_no_content "English"
assert_not_includes find_by_id("select_language_list").text, "English"

click_on "français"

Expand All @@ -41,7 +41,7 @@ class SelectLanguageTest < ApplicationSystemTestCase

assert_content "English"
find_by_id("language_search").set("fra").send_keys(:tab)
assert_no_content "English"
assert_not_includes find_by_id("select_language_list").text, "English"

click_on "français"

Expand Down