Displaying 1 result from an estimated 1 matches for "vat_value".
Did you mean:
var_value
2009 Apr 28
3
[cucumber] Use of Scenario Outline for validation stuff ?
...a VAT
****************************************************************************************************
Given I am logged in as a SuperAdmin user
When I go to the VATs page
And I follow "New VAT"
And I fill in "vat_caption" with "<caption>"
And I fill in "vat_value" with "<value>"
And I press "Cr?er"
Then I should see "<message>"
And the VAT "<caption>" should be present in the VAT list
<==================== What it''s all about, works if VAT added, but
shouldn''t be interpreted...