Skip to content Skip to sidebar Skip to footer
Showing posts with the label Capybara

Selecting Element From Dropdown Without Id Capybara

I am trying to use capybara (ruby bindings) to select an item from a dropdown that does not have an… Read more Selecting Element From Dropdown Without Id Capybara

Integration Testing Html Special Characters

Kind of a strange one, but in my views I have a tick (✔) and a cross (×) used as links (in lieu of … Read more Integration Testing Html Special Characters