Skip to content

Commit 2aad014

Browse files
committed
refactor(series/creation/logic.robot): don't check for a page location in integration tests.
Addressed to #900 No functional changes.
1 parent ddc3759 commit 2aad014

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/robotframework/series/creation/logic.robot

-6
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Create series by filling only required fields and providing an image
1313
Input Text id=quantity 2
1414
Choose File id=image ${MAIN_RESOURCE_DIR}${/}test.png
1515
Submit Form id=add-series-form
16-
${location}= Get Location
17-
Should Match Regexp ${location} /series/\\d+
1816
Element Text Should Be id=category_name Sport
1917
Element Text Should Be id=quantity 2
2018
Element Text Should Be id=perforated Yes
@@ -25,8 +23,6 @@ Create series by filling only required fields and providing a URL to image
2523
Input Text id=quantity 1
2624
Input Text id=image-url ${SITE_URL}/image/1
2725
Submit Form id=add-series-form
28-
${location}= Get Location
29-
Should Match Regexp ${location} /series/\\d+
3026
Element Text Should Be id=category_name Sport
3127
Element Text Should Be id=quantity 1
3228
Element Text Should Be id=perforated Yes
@@ -59,8 +55,6 @@ Create series by filling all fields
5955
Click Element id=add-comment-link
6056
Input Text id=comment Any text
6157
Submit Form id=add-series-form
62-
${location}= Get Location
63-
Should Match Regexp ${location} /series/\\d+
6458
Element Text Should Be id=category_name Sport
6559
Element Text Should Be id=country_name Italy
6660
Element Text Should Be id=issue_date 04.05.1999

0 commit comments

Comments
 (0)