@@ -7,8 +7,8 @@ Test Setup Before Test
7
7
Force Tags series logic
8
8
9
9
*** Test Cases ***
10
- Create series by filling only required fields
11
- [Documentation] Verify creation of series by filling only mandatory fields
10
+ Create series by filling only required fields and providing an image
11
+ [Documentation] Verify creation of series by filling only mandatory fields (with image)
12
12
Select From List By Label id=category Sport
13
13
Input Text id=quantity 2
14
14
Choose File id=image ${MAIN_RESOURCE_DIR }${/ } test.png
@@ -20,6 +20,19 @@ Create series by filling only required fields
20
20
Element Text Should Be id=perforated Yes
21
21
Page Should Contain Image id=series-image-1
22
22
23
+ Create series by filling only required fields and providing a URL to image
24
+ [Documentation] Verify creation of series by filling only mandatory fields (with an image URL)
25
+ Select From List By Label id=category Sport
26
+ Input Text id=quantity 1
27
+ Input Text id=image-url ${SITE_URL } /image/1
28
+ Submit Form id=add-series-form
29
+ ${location } = Get Location
30
+ Should Match Regexp ${location } /series/\\d+
31
+ Element Text Should Be id=category_name Sport
32
+ Element Text Should Be id=quantity 1
33
+ Element Text Should Be id=perforated Yes
34
+ Page Should Contain Image id=series-image-1
35
+
23
36
Create series by filling all fields
24
37
[Documentation] Verify creation of series by filling all fields
25
38
[Tags] unstable
0 commit comments