Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Scenario: 4. User is able to use charge method 'Other charges references' for add-ons - first calculation
  2. Given 1. User is able to use charge method 'Table base charge' based on Number and text attributes for master product
  3. When Open configuration of master product from cart page
  4. And Select add-on "Add-on_Charge_Product"
  5. And Input "11" into add-on "Number_charges" field
  6. And Input "Kto" into add-on "Text_charges field"
  7. And Click "Calculate Prices" button
  8. Then Charge "Number i Text Add-on" should be "EUR 1111.00"
  9.  
  10. Scenario: 5. User is able to use charge method 'Other charges references' for add-ons - recalculation
  11. Given 4. User is able to use charge method 'Other charges references' for add-ons - first calculation
  12. And Input "22" into add-on "Number_charges" field
  13. And Input "Co" into add-on "Text_charges" field
  14. And Click "Calculate Prices" button
  15. Then Charge "Number i Text Add-on" should be "EUR 2222.00"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement