Skip to content

Commit

Permalink
fix typo in xpath
Browse files Browse the repository at this point in the history
Signed-off-by: lugi0 <[email protected]>
  • Loading branch information
lugi0 committed Aug 6, 2024
1 parent b87d17f commit 60277bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Deploy Kserve Model Via UI #robocop: disable
# By default this also enables Token Authentication. Let's disable it and let it get re-enable by the next
# IF block if needed.
${token_enabled} = Run Keyword And Return Status SeleniumLibrary.Checkbox Should Be Selected
... xpath=${TOKEN_AUTH_CHECKBOX_XP}
... ${TOKEN_AUTH_CHECKBOX_XP}
IF ${token_enabled}
Disable Token Authentication
ELSE
Expand Down

0 comments on commit 60277bb

Please sign in to comment.