@@ -13,8 +13,6 @@ Create series by filling only required fields and providing an image
13
13
Input Text id=quantity 2
14
14
Choose File id=image ${MAIN_RESOURCE_DIR }${/ } test.png
15
15
Submit Form id=add-series-form
16
- ${location } = Get Location
17
- Should Match Regexp ${location } /series/\\d+
18
16
Element Text Should Be id=category_name Sport
19
17
Element Text Should Be id=quantity 2
20
18
Element Text Should Be id=perforated Yes
@@ -25,8 +23,6 @@ Create series by filling only required fields and providing a URL to image
25
23
Input Text id=quantity 1
26
24
Input Text id=image-url ${SITE_URL } /image/1
27
25
Submit Form id=add-series-form
28
- ${location } = Get Location
29
- Should Match Regexp ${location } /series/\\d+
30
26
Element Text Should Be id=category_name Sport
31
27
Element Text Should Be id=quantity 1
32
28
Element Text Should Be id=perforated Yes
@@ -59,8 +55,6 @@ Create series by filling all fields
59
55
Click Element id=add-comment-link
60
56
Input Text id=comment Any text
61
57
Submit Form id=add-series-form
62
- ${location } = Get Location
63
- Should Match Regexp ${location } /series/\\d+
64
58
Element Text Should Be id=category_name Sport
65
59
Element Text Should Be id=country_name Italy
66
60
Element Text Should Be id=issue_date 04.05.1999
0 commit comments