File tree 2 files changed +6
-1
lines changed
main/java/ru/mystamps/web/feature/series/importing
test/robotframework/series/sales/import
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 29
29
import static java .lang .annotation .RetentionPolicy .RUNTIME ;
30
30
31
31
// @todo #690 Series import: add integration test to check that URL can be parsed
32
- // @todo #1027 Series sale import: add integration test to check that URL can be parsed
33
32
/**
34
33
* Validates that the URL can be parsed by one of the site parsers.
35
34
*/
Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ Import a series sale with too long url
28
28
Wait Until Element Is Visible id:series-sale-url.errors
29
29
Element Text Should Be id:series-sale-url.errors Value is greater than allowable maximum of 767 characters
30
30
31
+ Import a series sale from an unsupported site
32
+ Input Text id:series-sale-url http://example.com
33
+ Submit Form id:import-series-sale-form
34
+ Wait Until Element Is Visible id:series-sale-url.errors
35
+ Element Text Should Be id:series-sale-url.errors Import from this site isn't supported
36
+
31
37
*** Keywords ***
32
38
Before Test Suite
33
39
Open Browser ${SITE_URL } /account/auth ${BROWSER }
You can’t perform that action at this time.
0 commit comments