Skip to content

Commit 3925e10

Browse files
committed
test: fix "Catalog numbers should accept valid values".
Fix #556
1 parent 02458b0 commit 3925e10

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/test/robotframework/series/creation/misc-user.robot

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Issue year should have options for range from 1840 to the current year
2121
Should Be Equal As Integers ${numberOfYears} ${expectedNumberOfYears}
2222

2323
Catalog numbers should accept valid values
24-
[Tags] unstable
2524
[Template] Valid Catalog Numbers Should Be Accepted
2625
7
2726
7,8
@@ -95,9 +94,15 @@ Before Test Suite
9594
Log In As login=coder password=test
9695
Go To ${SITE_URL}/series/add
9796

97+
Disable Client Validation
98+
Remove Element Attribute quantity required
99+
Remove Element Attribute image required
100+
98101
Valid Catalog Numbers Should Be Accepted
99102
[Arguments] ${catalogNumbers}
103+
Disable Client Validation
100104
Click Element id=add-catalog-numbers-link
105+
Wait Until Element Is Visible id=michelNumbers
101106
Input Text id=michelNumbers ${catalogNumbers}
102107
Input Text id=scottNumbers ${catalogNumbers}
103108
Input Text id=yvertNumbers ${catalogNumbers}

0 commit comments

Comments
 (0)