diff --git a/spec/system/admin/adjustments_spec.rb b/spec/system/admin/adjustments_spec.rb index bb94ce013f..f1a181561f 100644 --- a/spec/system/admin/adjustments_spec.rb +++ b/spec/system/admin/adjustments_spec.rb @@ -165,8 +165,8 @@ describe ' it "displays adjustments" do click_link 'Adjustments' - expect(page).to_not have_selector('tr a.icon-edit') - expect(page).to_not have_selector('a.icon-plus'), text: 'New Adjustment' + expect(page).to_not have_selector 'tr a.icon-edit' + expect(page).to_not have_selector 'a.icon-plus', text: 'New Adjustment' end end end