Skip to content

Commit acd78fc

Browse files
committed
style(series/creation/logic-admin.robot): improve indentation.
No functional changes. [skip ci]
1 parent 1ecb58d commit acd78fc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/test/robotframework/series/creation/logic-admin.robot

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Create series by filling all fields
3737
Unselect Checkbox id=perforated
3838
Choose File id=image ${MAIN_RESOURCE_DIR}${/}test.png
3939
Click Element id=specify-issue-date-link
40-
Select From List By Value id=day 4
40+
Select From List By Value id=day 4
4141
Select From List By Value id=month 5
42-
Select From List By Value id=year 1999
42+
Select From List By Value id=year 1999
4343
Click Element id=add-catalog-numbers-link
4444
Input Text id=michelNumbers 101, 102, 103
4545
Input Text id=michelPrice 10.5
@@ -57,18 +57,18 @@ Create series by filling all fields
5757
Input Text id=comment Any text
5858
Submit Form id=add-series-form
5959
Element Text Should Be id=category_name Sport
60-
Element Text Should Be id=country_name Italy
61-
Element Text Should Be id=issue_date 04.05.1999
62-
Element Text Should Be id=quantity 3
63-
Element Text Should Be id=perforated No
60+
Element Text Should Be id=country_name Italy
61+
Element Text Should Be id=issue_date 04.05.1999
62+
Element Text Should Be id=quantity 3
63+
Element Text Should Be id=perforated No
6464
Element Text Should Be id=michel_catalog_info \#101-103 (10.5 EUR)
6565
Element Text Should Be id=scott_catalog_info \#110-112 (1000 USD)
6666
Element Text Should Be id=yvert_catalog_info \#120-122 (8.11 EUR)
6767
# FIXME: disable rounding mode
6868
Element Text Should Be id=gibbons_catalog_info \#130-132 (400.34 GBP)
6969
Element Text Should Be id=solovyov_catalog_info \#140-142 (200.5 RUB)
7070
Element Text Should Be id=zagorski_catalog_info \#150-152 (300.55 RUB)
71-
Element Text Should Be id=comment Any text
71+
Element Text Should Be id=comment Any text
7272
Page Should Contain Image id=series-image-1
7373

7474
*** Keywords ***

0 commit comments

Comments
 (0)