Skip to content

Commit 95879ed

Browse files
committed
fix: FAIL: MyStamps.Series.Import.Request-Logic.Import series and series sale with a new seller from an external site: Keyword 'SeleniumLibrary.Get Element Attribute' expected 2 arguments, got 1
1 parent bc77d48 commit 95879ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/robotframework/selenium.utils.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Country Field Should Have Option
3030
Link Should Point To
3131
[Documentation] Verify that "href" attribute of the element refers to a link
3232
[Arguments] ${locator} ${expectedUrl}
33-
${url}= Get Element Attribute ${locator}@href
33+
${url}= Get Element Attribute ${locator} href
3434
Should Be Equal ${expectedUrl} ${url}
3535

3636
# NOTE: this keyword should be used as a last resort. Prefer "Wait Until Page Contains Element"

0 commit comments

Comments
 (0)