Skip to content

Commit 417f8df

Browse files
committed
refactor: disable client validation before all tests
All tests rely on this, so this change makes tests order-independent.
1 parent 0d6f38c commit 417f8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/robotframework/collection/add-series/validation.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Resource ../../auth.steps.robot
55
Resource ../../selenium.utils.robot
66
Suite Setup Before Test Suite
77
Suite Teardown Close Browser
8+
Test Setup Disable Client Validation add-series-form
89
Force Tags collection validation
910

1011
*** Test Cases ***
1112
Add a series without required field
12-
[Setup] Disable Client Validation add-series-form
1313
Input Text id:number-of-stamps ${EMPTY}
1414
Submit Form id:add-series-form
1515
Element Text Should Be id:number-of-stamps.errors Value must not be empty

0 commit comments

Comments
 (0)