Filling in text box with capybara
I have a text box that I’m trying to fill in with Capybara. I’ve tried to play around with it and try to figure something’s out but my tests don’t pass. Here’s It’s for this specific text box: <span class="ui-grid-header-cell-label ng-binding" ui-grid-one-bind-id-grid="col.uid + ‘-header-text’" id="14213131-uiGrid-0008-header-text">DOB</span> <input type="text" class="ui-grid-filter-input ui-grid-filter-input-0 ng-touched" ng-model="colFilter.term" ng-attr-placeholder="{{colFilter.placeholder || ”}}" aria-label="Filter… Read More Filling in text box with capybara