Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
Signed-off-by: manosnoam <[email protected]>
  • Loading branch information
manosnoam committed Mar 21, 2024
1 parent 9736962 commit 10ec841
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion ods_ci/tests/Resources/Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ CSS Property Value Should Be
[Documentation] Compare the actual CSS property value with the expected one
[Arguments] ${locator} ${property} ${exp_value} ${operation}=equal
${el_text}= Get Text xpath:${locator}
Log Text of the target element: ${el_text}//div[contains(@class,'odh-markdown-view')]//p
Log Text of the target element: ${el_text}
${actual_value}= Get CSS Property Value xpath:${locator} ${property}
IF $operation == "contains"
Run Keyword And Continue On Failure Should Contain ${actual_value} ${exp_value}
Expand Down
19 changes: 0 additions & 19 deletions ~/.kube/config

This file was deleted.

0 comments on commit 10ec841

Please sign in to comment.