Skip to content

Commit

Permalink
verify docker ps
Browse files Browse the repository at this point in the history
  • Loading branch information
zostaw committed Oct 24, 2023
1 parent 53b40cc commit 607e709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion robot_tests/home-https.robot
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Library SeleniumLibrary
*** Variables ***
${LOGIN URL} https://localhost:8080/
${BROWSER} Chrome
${Options} options=add_argument("--ignore-certificate-errors")

*** Test Cases ***
Valid Login
Expand All @@ -14,5 +15,5 @@ Valid Login
*** Keywords ***

Welcome Page Should Be Open
Open Browser ${LOGIN URL} ${BROWSER}
Open Browser ${LOGIN URL} ${BROWSER} ${Options}
Title Should Be Mateusz Kowalkowski

0 comments on commit 607e709

Please sign in to comment.