File tree 2 files changed +5
-1
lines changed
main/java/ru/mystamps/web/feature/series/importing
test/robotframework/series/import
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 28
28
import static java .lang .annotation .ElementType .METHOD ;
29
29
import static java .lang .annotation .RetentionPolicy .RUNTIME ;
30
30
31
- // @todo #690 Series import: add integration test to check that URL can be parsed
32
31
/**
33
32
* Validates that the URL can be parsed by one of the site parsers.
34
33
*/
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ Submit request with invalid url
24
24
Submit Form id:import-series-form
25
25
Element Text Should Be id:url.errors Value must be a valid URL
26
26
27
+ Submit request with an unsupported site
28
+ Input Text id:url http://example.com
29
+ Submit Form id:import-series-form
30
+ Element Text Should Be id:url.errors Import from this site isn't supported
31
+
27
32
*** Keywords ***
28
33
Before Test Suite
29
34
Open Browser ${SITE_URL } /account/auth ${BROWSER }
You can’t perform that action at this time.
0 commit comments