There was an error while loading. Please reload this page.
1 parent bc69331 commit c4f008cCopy full SHA for c4f008c
1 file changed
test/system/alpha/action_menu_test.rb
@@ -794,9 +794,9 @@ def test_multiple_select_form_uses_label_if_no_value_provided
794
assert_equal %w[fast_forward ours Resolve], response["value"]
795
end
796
797
- def test_multiple_select_does_not_set_dynamic_label_for_preselected_item
+ def test_multiple_select_does_set_dynamic_label_for_preselected_item
798
visit_preview(:multiple_select_form, route_format: :json)
799
- assert_selector("action-menu[data-ready='true'] button[aria-controls]", exact_text: "Strategy")
+ assert_selector("action-menu[data-ready='true'] button[aria-controls]", exact_text: "Strategy: Ours")
800
801
802
def test_individual_items_can_submit_post_requests_via_forms
0 commit comments