Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variables are not resolved in keyword name in WUKS error message #4967

Closed
adrszad opened this issue Dec 5, 2023 · 1 comment
Closed

Variables are not resolved in keyword name in WUKS error message #4967

adrszad opened this issue Dec 5, 2023 · 1 comment

Comments

@adrszad
Copy link

adrszad commented Dec 5, 2023

RF version: 6.1.1

*** Settings ***
Documentation    scratch

*** Test Cases ***
Test
    KW    Fail

*** Keywords ***
KW
    [Arguments]    ${name}
    Wait Until Keyword Succeeds    3x    1s    ${name}

image

@pekkaklarck
Copy link
Member

Thanks for the report. Ought to be easy to fix.

@pekkaklarck pekkaklarck self-assigned this Dec 6, 2023
@pekkaklarck pekkaklarck changed the title [BUG] Keyword name is not evaluated in WUKS retry error msg if passed to WUKS as variable Variables are not resolved in keyword name in WUKS error message Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants