@@ -26,7 +26,7 @@ Import series from an external site (in English, use category, country and date
2626 Should Be Equal ${country } Italy
2727 Should Be Empty ${quantity }
2828 Checkbox Should Be Selected id:perforated
29- Urlfield Value Should Be id:image-url http://127.0.0.1:8080/image/1
29+ Textfield Value Should Be id:image-url http://127.0.0.1:8080/image/1
3030 Should Be Equal ${year } 2000
3131 Input Text id:quantity 1
3232 Submit Form id:create-series-form
@@ -64,7 +64,7 @@ Import series from an external site (in Russian, use description locator)
6464 Should Be Equal ${country } Italy
6565 Should Be Empty ${quantity }
6666 Checkbox Should Be Selected id:perforated
67- Urlfield Value Should Be id:image-url http://localhost:8080/image/1
67+ Textfield Value Should Be id:image-url http://localhost:8080/image/1
6868 Should Be Equal ${year } 2000
6969
7070Import series from external site with catalog numbers (use description locator)
@@ -107,7 +107,7 @@ Import series and series sale with a new seller from an external site
107107 ${group } = Get Selected List Label id:seller-group
108108 Should Be Equal ${group } example.com
109109 Textfield Value Should Be id:seller-name Lando Livianus
110- Urlfield Value Should Be id:seller-url http://example.com/lando-livianus
110+ Textfield Value Should Be id:seller-url http://example.com/lando-livianus
111111 Submit Form id:create-series-form
112112 # after importing a series, sale info should contain a new seller
113113 ${currentDate } = Get Current Date result_format=%d.%m.%Y
0 commit comments