@@ -93,20 +93,24 @@ Import series and series sale with existing seller from an external site
93
93
Submit Form id:import-series-form
94
94
${requestLocation } = Get Location
95
95
# sale info should be parsed and shown at the request page
96
- List Selection Should Be id:seller Eicca Toppinen
97
- Textfield Value Should Be id:price 111
98
- List Selection Should Be id:currency RUB
96
+ List Selection Should Be id:seller Eicca Toppinen
97
+ Textfield Value Should Be id:price 111
98
+ List Selection Should Be id:currency RUB
99
+ Textfield Value Should Be id:alt-price 1.5
100
+ List Selection Should Be id:alt-currency EUR
99
101
Submit Form id:create-series-form
100
102
# after importing a series, sale info should be shown at the info page
101
103
${currentDate } = Get Current Date result_format=%d.%m.%Y
102
- Element Text Should Be id:series-sale-1-info ${currentDate } Eicca Toppinen was selling for 111.00 RUB
104
+ Element Text Should Be id:series-sale-1-info ${currentDate } Eicca Toppinen was selling for 111.00 RUB (1.50 EUR)
103
105
Link Should Point To id:series-sale-1-seller http://example.com/eicca-toppinen
104
106
Link Should Point To id:series-sale-1-transaction ${MOCK_SERVER } /series/import/request-logic/existing-seller.html
105
107
Go To ${requestLocation }
106
108
# after importing a series, sale info at the request page should be shown as read-only
107
109
Element Should Be Disabled id:seller
108
110
Element Should Be Disabled id:price
109
111
Element Should Be Disabled id:currency
112
+ Element Should Be Disabled id:alt-price
113
+ Element Should Be Disabled id:alt-currency
110
114
111
115
Import series and series sale with a new seller from an external site
112
116
[Documentation] Verify import series and sale (with a new seller)
0 commit comments