diff --git a/atest/json_lib.py b/atest/json_lib.py index d2e6966..79d8f9e 100644 --- a/atest/json_lib.py +++ b/atest/json_lib.py @@ -6,7 +6,7 @@ def compare_translations(file: Path): with Path(__file__).parent.parent.joinpath( - "robotframework_browser_translation_fi", "translation.json" + "robotframework_browser_translation", "translation_fi.json" ).open("r") as file_object: expected_data = json.load(file_object) expected_keywords = [kw["name"] for kw in expected_data.values()] diff --git a/atest/translation.robot b/atest/translation.robot index a13ed6c..b7b7458 100644 --- a/atest/translation.robot +++ b/atest/translation.robot @@ -1,5 +1,8 @@ *** Settings *** Library Browser language=FI +Library OperatingSystem +Library Process +Library json_lib.py *** Test Cases *** Translation Works With Translation