diff --git a/tests/atest/calculator.robot b/tests/atest/calculator.robot index 5fa2636..70ee52e 100755 --- a/tests/atest/calculator.robot +++ b/tests/atest/calculator.robot @@ -6,7 +6,7 @@ Library ImageHorizonLibrary ${CURDIR}${/}reference_images${/}calculator Calculator Set Confidence 0.9 Launch application python tests/atest/calculator/calculator.py - ${location1}= Wait for inputs.png timeout=30 + ${location1}= Wait for inputs_folder timeout=30 Click to the above of ${location1} 20 Type 1010 Click to the below of ${location1} 20 diff --git a/tests/atest/reference_images/calculator/inputs_folder/doge.png b/tests/atest/reference_images/calculator/inputs_folder/doge.png new file mode 100644 index 0000000..d8d36ad Binary files /dev/null and b/tests/atest/reference_images/calculator/inputs_folder/doge.png differ diff --git a/tests/atest/reference_images/calculator/inputs.png b/tests/atest/reference_images/calculator/inputs_folder/inputs.png similarity index 100% rename from tests/atest/reference_images/calculator/inputs.png rename to tests/atest/reference_images/calculator/inputs_folder/inputs.png