Skip to content

Commit

Permalink
Fix edge rails tests
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Sep 14, 2023
1 parent 7640aad commit fade3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/primer/forms/radio_button_group_input_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ def test_validations
refute_selector "input[type=radio][invalid]"

# should have a validation message
assert_selector ".FormControl-inlineValidation", text: "Channel can't be blank"
assert_selector ".FormControl-inlineValidation", text: /Channel can['’]t be blank/
end
end

0 comments on commit fade3e7

Please sign in to comment.