File tree 2 files changed +6
-1
lines changed
main/java/ru/mystamps/web/feature/series/sale
test/robotframework/series/sales
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 33
33
import java .math .BigDecimal ;
34
34
import java .util .Date ;
35
35
36
- // @todo #504 Add integration test to ensure that price and alternative price are different
37
36
// @todo #678 Add integration tests for price and alternative price: both or none are required
38
37
@ Getter
39
38
@ Setter
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ Create series sale with invalid url
18
18
Submit Form id=add-series-sales-form
19
19
Element Text Should Be id=url.errors Value must be a valid URL
20
20
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
+
21
27
Create series sale with the same seller and buyer
22
28
Select From List By Label id=seller Tommy Lee Jones
23
29
Select From List By Label id=buyer Tommy Lee Jones
You can’t perform that action at this time.
0 commit comments