File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
main/java/ru/mystamps/web/feature/series/sale
test/robotframework/series/sales Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3333import java .math .BigDecimal ;
3434import java .util .Date ;
3535
36- // @todo #504 Add integration test to ensure that price and alternative price are different
3736// @todo #678 Add integration tests for price and alternative price: both or none are required
3837@ Getter
3938@ Setter
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ Create series sale with invalid url
1818 Submit Form id=add-series-sales-form
1919 Element Text Should Be id=url.errors Value must be a valid URL
2020
21+ Create series sale with the prices in the same currency
22+ Select From List By Label id=currency USD
23+ Select From List By Label id=alt-currency USD
24+ Submit Form id=add-series-sales-form
25+ Element Text Should Be id=alt-currency.errors Price and alternative price must be in a different currencies
26+
2127Create series sale with the same seller and buyer
2228 Select From List By Label id=seller Tommy Lee Jones
2329 Select From List By Label id=buyer Tommy Lee Jones
You can’t perform that action at this time.
0 commit comments