Skip to content

Commit dc16969

Browse files
committed
Fix formatting issue in locator list creation in SeleniumLibrary
1 parent 10a27b8 commit dc16969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SeleniumLibrary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class SeleniumLibrary(DynamicCore):
214214
| ${locator_list} = | `Create List` | css:div#div_id | xpath: //*[text(), " >> "] |
215215
| `Page Should Contain Element` | ${locator_list} | | |
216216
| ${element} = | Get WebElement | xpath: //*[text(), " >> "] | |
217-
| ${locator_list} = | `Create List` | css:div#div_id | ${element } |
217+
| ${locator_list} = | `Create List` | css:div#div_id | ${element} |
218218
| `Page Should Contain Element` | ${locator_list} | | |
219219
220220
Chaining locators in new in SeleniumLibrary 5.0

0 commit comments

Comments
 (0)