You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/robotframework/series/sales/validation.robot
+12
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,18 @@ Create series sale with the prices in the same currency
28
28
Submit Form id:add-series-sales-form
29
29
Element Text Should Be id:alt-currency.errors Price and alternative price must be in a different currencies
30
30
31
+
Create series sale with alternative price but without currency
32
+
Input Text id:alt-price 200
33
+
Select From List By Value id:alt-currency ${EMPTY}
34
+
Submit Form id:add-series-sales-form
35
+
Element Text Should Be id:alt-currency.errors Alternative price and currency must be specified or left empty, specifying only one of them makes no-sense
36
+
37
+
Create series sale with alternative currency but without price
38
+
Input Text id:alt-price ${EMPTY}
39
+
Select From List By Label id:alt-currency GBP
40
+
Submit Form id:add-series-sales-form
41
+
Element Text Should Be id:alt-currency.errors Alternative price and currency must be specified or left empty, specifying only one of them makes no-sense
42
+
31
43
Create series sale with the same seller and buyer
32
44
Select From List By Label id:seller Tommy Lee Jones
33
45
Select From List By Label id:buyer Tommy Lee Jones
0 commit comments