From 73c7da6037f411a3ff2ed59df2cc8075eafe310a Mon Sep 17 00:00:00 2001 From: VTinkovan Date: Thu, 6 Jul 2023 18:39:28 +0200 Subject: [PATCH] added screenshot --- op_robot_tests/tests_files/auction_full.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op_robot_tests/tests_files/auction_full.robot b/op_robot_tests/tests_files/auction_full.robot index 7506e1a9..4fd5c5cc 100644 --- a/op_robot_tests/tests_files/auction_full.robot +++ b/op_robot_tests/tests_files/auction_full.robot @@ -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 *** Залогувати інформацію про браузер та драйвер в консоль @@ -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}