We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d75b77 commit da8b5b5Copy full SHA for da8b5b5
promotions/spec/system/solidus_promotions/backend/promotions_spec.rb
@@ -127,6 +127,7 @@
127
fill_in("benefit_calculator_attributes_preferred_amount", with: 30)
128
click_button("Update")
129
end
130
+ expect(page).to have_content("Benefit has been successfully updated!")
131
expect(benefit.reload.calculator.preferred_amount).to eq(30)
132
133
click_link("Add Condition")
0 commit comments