Skip to content

Commit

Permalink
added screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavikus82 committed Jul 6, 2023
1 parent dde9633 commit 73c7da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op_robot_tests/tests_files/auction_full.robot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Library SeleniumLibrary
${xpath_max_bid_amount_meat} xpath://div[@class='col-md-5 col-sm-5 full-price-group']//span[@class='ng-binding']
${xpath_max_bid_amount_llc} xpath://*[@class='price-inform-block ng-scope']/div[@class='col-md-5 col-sm-5 full-price-group']//span[@class='ng-binding']
${xpath_max_bid_amount_no_meat} xpath://*[@id='BidsForm']//span[@id='max_bid_amount_price']
${TENDER_MEAT} ${False}

*** Test Cases ***
Залогувати інформацію про браузер та драйвер в консоль
Expand Down Expand Up @@ -435,6 +434,7 @@ ${TENDER_MEAT} ${False}
${last_amount}= Run Keyword If ${TENDER_MEAT} == ${True} Get Text ${xpath_max_bid_amount_meat}
... ELSE IF ${CRITERIA_LLC} == ${True} Get Text ${xpath_max_bid_amount_llc}
... ELSE Get Text ${xpath_max_bid_amount_no_meat}
Capture Page Screenshot
${last_amount}= convert_amount_string_to_float ${last_amount}
${extra_amount}= convert_amount_string_to_float ${extra_amount}
${last_amount}= Evaluate ${last_amount}+${extra_amount}
Expand Down

0 comments on commit 73c7da6

Please sign in to comment.