We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad9931 commit 9bb1c4fCopy full SHA for 9bb1c4f
src/test/robotframework/series/sales/creation/validation.robot
@@ -9,6 +9,15 @@ Test Setup Disable Client Validation add-series-sales-form
9
Force Tags series sales validation
10
11
*** Test Cases ***
12
+Create series with empty required fields
13
+ Select From List By Value id:seller ${EMPTY}
14
+ Input Text id:price ${EMPTY}
15
+ Select From List By Value id:currency ${EMPTY}
16
+ Submit Form id:add-series-sales-form
17
+ Element Text Should Be id:seller.errors Value must not be empty
18
+ Element Text Should Be id:price.errors Value must not be empty
19
+ Element Text Should Be id:currency.errors Value must not be empty
20
+
21
Create series sale with too long url
22
${letter}= Set Variable j
23
Input Text id:url http://${letter * 767}
0 commit comments