File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
main/java/ru/mystamps/web/feature/series/importing
test/robotframework/series/import Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2828import static java .lang .annotation .ElementType .METHOD ;
2929import static java .lang .annotation .RetentionPolicy .RUNTIME ;
3030
31- // @todo #690 Series import: add integration test to check that URL can be parsed
3231/**
3332 * Validates that the URL can be parsed by one of the site parsers.
3433 */
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ Submit request with invalid url
2424 Submit Form id:import-series-form
2525 Element Text Should Be id:url.errors Value must be a valid URL
2626
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+
2732*** Keywords ***
2833Before Test Suite
2934 Open Browser ${SITE_URL } /account/auth ${BROWSER }
You can’t perform that action at this time.
0 commit comments