You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not seem to update the variables used in WHILE's limit option either.
BEFORE
My Keyword[Arguments]${my condition}${my limit}
WHILE ${my condition} limit=${my limit}
No Operation
END
AFTER
My Keyword[Arguments]${my_condition}${my_limit}
WHILE ${my_condition} limit=${my limit}
No Operation
END
gohierf
changed the title
RenameVariables does not work on variable in EXCEPT arguments
RenameVariables does not work on variable in EXCEPT arguments, nor WHILE limit
Sep 4, 2024
I recently decided to enable RenameVariables transformer and noticed it missed variables in the EXPECT arguments.
BEFORE
AFTER
Code to reproduce
The text was updated successfully, but these errors were encountered: