From 6136eee53a908a473b2f6af1e4e2853457c10a9f Mon Sep 17 00:00:00 2001 From: Mateusz Kowalkowski Date: Tue, 24 Oct 2023 21:34:16 +0200 Subject: [PATCH] test robot --- robot_tests/home-https.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot_tests/home-https.robot b/robot_tests/home-https.robot index 3bc0097..4e2c5c1 100644 --- a/robot_tests/home-https.robot +++ b/robot_tests/home-https.robot @@ -5,7 +5,7 @@ Library SeleniumLibrary *** Variables *** ${URL} https://home-page-home-page-1:8080 ${BROWSER} Chrome -${Options} options=add_argument(['--ignore-certificate-errors', '--allow-insecure-localhost']) +${Options} options=add_argument('--ignore-certificate-errors');add_argument('--allow-insecure-localhost']) *** Test Cases *** Open Page