Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Nov 21, 2024
1 parent 0195507 commit 1bc6a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions staff_features/resources/step_definitions/resource_delete.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# find('#multiselect-item').check
checkboxes[0].check(allow_label_click: true)

expect(checkboxes[0].checked?).to eq true

expect(find('#multiselect-item').checked?).to eq true

row = find('#tabledSearchResults tbody tr.selected')
Expand Down

0 comments on commit 1bc6a48

Please sign in to comment.