Commit c58ff0ed2d4ca843199f196d0bc834d48dad7786

Authored by selurvedu
1 parent 70e28fa9

Use 6 spaces for documentation

... ... @@ -53,7 +53,7 @@ Login
53 53 Pre Login
54 54 [Arguments] @{ARGUMENTS}
55 55 [Documentation]
56   - ... ${ARGUMENTS[0]} == username
  56 + ... ${ARGUMENTS[0]} == username
57 57 ${login}= Get Broker Property By Username ${ARGUMENTS[0]} login
58 58 ${password}= Get Broker Property By Username ${ARGUMENTS[0]} password
59 59 Wait Until Page Contains Element name=siteLogin 10
... ...
... ... @@ -51,9 +51,9 @@ Set Suite Variable With Default Value
51 51 Get Broker Property
52 52 [Arguments] ${broker_name} ${property}
53 53 [Documentation]
54   - ... This keyword returns a property of specified broker
55   - ... if that property exists, otherwise, it returns a
56   - ... default value.
  54 + ... This keyword returns a property of specified broker
  55 + ... if that property exists, otherwise, it returns a
  56 + ... default value.
57 57 ${status}= Run Keyword And Return Status Should Contain ${BROKERS['${broker_name}']} ${property}
58 58 Return From Keyword If ${status} ${BROKERS['${broker_name}'].${property}}
59 59 # If broker doesn't have that property, fall back to default value
... ... @@ -62,9 +62,9 @@ Get Broker Property
62 62
63 63 Get Broker Property By Username
64 64 [Documentation]
65   - ... This keyword gets the corresponding broker name
66   - ... for a specified username and then calls
67   - ... "Get Broker Property"
  65 + ... This keyword gets the corresponding broker name
  66 + ... for a specified username and then calls
  67 + ... "Get Broker Property"
68 68 [Arguments] ${username} ${property}
69 69 ${broker_name}= Get Variable Value ${USERS.users['${username}'].broker}
70 70 Run Keyword And Return Get Broker Property ${broker_name} ${property}
... ... @@ -101,8 +101,8 @@ Get Broker Property By Username
101 101 Дочекатись синхронізації з майданчиком
102 102 [Arguments] ${username}
103 103 [Documentation]
104   - ... Get ${wait_timeout} for specified user and wait
105   - ... until that timeout runs out.
  104 + ... Get ${wait_timeout} for specified user and wait
  105 + ... until that timeout runs out.
106 106 ${now}= Get Current Date
107 107 ${delta}= Subtract Date From Date ${now} ${TENDER['LAST_MODIFICATION_DATE']}
108 108 ${timeout_on_wait}= Get Broker Property By Username ${username} timeout_on_wait
... ... @@ -162,9 +162,9 @@ Get Broker Property By Username
162 162
163 163 Викликати для учасника
164 164 [Documentation]
165   - ... Cause sometimes keyword SHOULD fail to pass the testcase,
166   - ... this keyword takes "shouldfail" argument as first one in @{arguments}
167   - ... and switches the behaviour of keyword and "shouldfail"
  165 + ... Cause sometimes keyword SHOULD fail to pass the testcase,
  166 + ... this keyword takes "shouldfail" argument as first one in @{arguments}
  167 + ... and switches the behaviour of keyword and "shouldfail"
168 168 [Arguments] ${username} ${command} @{arguments}
169 169 Log ${username}
170 170 Log ${command}
... ...
Please register or login to post a comment