File tree 2 files changed +3
-3
lines changed
main/java/ru/mystamps/web
test/robotframework/series/import
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public static final class Series {
41
41
}
42
42
43
43
public static final class SeriesImportRequest {
44
- public static final int URL_LENGTH = 285 ;
44
+ public static final int URL_LENGTH = 767 ;
45
45
}
46
46
47
47
public static final class SeriesImportRequestStatus {
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ Submit request with blank required field
15
15
Submit request with too long url
16
16
[Documentation] Verify validation of too long url
17
17
${letter } = Set Variable j
18
- Input Text id=url http://${letter * 285 }
18
+ Input Text id=url http://${letter * 767 }
19
19
Submit Form id=import-series-form
20
- Element Text Should Be id=url.errors Value is greater than allowable maximum of 285 characters
20
+ Element Text Should Be id=url.errors Value is greater than allowable maximum of 767 characters
21
21
22
22
Submit request with invalid url
23
23
[Documentation] Verify validation of invalid url
You can’t perform that action at this time.
0 commit comments