Skip to content

Commit

Permalink
test robot
Browse files Browse the repository at this point in the history
  • Loading branch information
zostaw committed Oct 24, 2023
1 parent e777f5e commit 6136eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot_tests/home-https.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6136eee

Please sign in to comment.