phlex-ruby / phlex.fun

Website and documentation for Phlex
https://phlex.fun
MIT License
23 stars 17 forks source link

Update assertion in Capybara testing docs #14

Closed thomasklemm closed 1 year ago

thomasklemm commented 1 year ago

Fixes what I believe to be a typo. assert_select checks if the page or current node has a <select> field with the given label, name or id, while assert_selector asserts that a given selector is present.