Skip to content

Commit da0ba7e

Browse files
committed
style(selenium.utils.robot): replace tabs by spaces and remove trailing spaces.
Should be in d7bed7c commit. [ci skip]
1 parent fdd0f39 commit da0ba7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/test/robotframework/selenium.utils.robot

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Wait Until Element Value Is
6969

7070
Select Random Option From List
7171
[Documentation] Choose a random option from a select element
72-
[Arguments] ${locator}
73-
${options}= Get List Items ${locator}
74-
${size}= Get Length ${options}
75-
${randomIndex}= Evaluate random.randint(0, ${size}-1) modules=random
76-
Select From List By Index ${locator} ${randomIndex}
72+
[Arguments] ${locator}
73+
${options}= Get List Items ${locator}
74+
${size}= Get Length ${options}
75+
${randomIndex}= Evaluate random.randint(0, ${size}-1) modules=random
76+
Select From List By Index ${locator} ${randomIndex}

0 commit comments

Comments
 (0)