Skip to content

Commit d1cf783

Browse files
committed
account/activation/logic.robot: reduce indentation.
Should be in 3850a83 and eb6329e commits. No code changes.
1 parent 43b7681 commit d1cf783

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

src/test/robotframework/account/activation/logic.robot

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
*** Settings ***
2-
Documentation Verify account activation scenarios
3-
Library Selenium2Library
4-
Suite Setup Before Test Suite
5-
Suite Teardown After Test Suite
6-
Test Setup Before Test
7-
Force Tags account activation logic
2+
Documentation Verify account activation scenarios
3+
Library Selenium2Library
4+
Suite Setup Before Test Suite
5+
Suite Teardown After Test Suite
6+
Test Setup Before Test
7+
Force Tags account activation logic
88

99
*** Test Cases ***
1010
Activate account with full info
11-
[Documentation] Verify account activation by filling all fields
12-
Input Text id=login 1st-test-login
13-
Input Text id=name Test Suite
14-
Input Text id=password test-password
15-
Input Text id=passwordConfirmation test-password
16-
Input Text id=activationKey 7777744444
17-
Submit Form id=activate-account-form
18-
Location Should Be ${SITE_URL}/account/auth
19-
Element Text Should Be id=msg-success Account successfully activated! Now you can pass authentication.
11+
[Documentation] Verify account activation by filling all fields
12+
Input Text id=login 1st-test-login
13+
Input Text id=name Test Suite
14+
Input Text id=password test-password
15+
Input Text id=passwordConfirmation test-password
16+
Input Text id=activationKey 7777744444
17+
Submit Form id=activate-account-form
18+
Location Should Be ${SITE_URL}/account/auth
19+
Element Text Should Be id=msg-success Account successfully activated! Now you can pass authentication.
2020

2121
Activate account with only required info
22-
[Documentation] Verify account activation by filling only mandatory fields
23-
Input Text id=login 2nd-test-login
24-
Input Text id=name ${EMPTY}
25-
Input Text id=password test-password
26-
Input Text id=passwordConfirmation test-password
27-
Input Text id=activationKey 4444477777
28-
Submit Form id=activate-account-form
29-
Location Should Be ${SITE_URL}/account/auth
30-
Element Text Should Be id=msg-success Account successfully activated! Now you can pass authentication.
22+
[Documentation] Verify account activation by filling only mandatory fields
23+
Input Text id=login 2nd-test-login
24+
Input Text id=name ${EMPTY}
25+
Input Text id=password test-password
26+
Input Text id=passwordConfirmation test-password
27+
Input Text id=activationKey 4444477777
28+
Submit Form id=activate-account-form
29+
Location Should Be ${SITE_URL}/account/auth
30+
Element Text Should Be id=msg-success Account successfully activated! Now you can pass authentication.
3131

3232
*** Keywords ***
3333
Before Test Suite

0 commit comments

Comments
 (0)