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 59a4554 commit b841933
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions robot_tests/home-https.robot
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,9 @@ ${HEADLESS} ${True}

*** Test Cases ***
Suite setup
New Browser ${BROWSER} ${HEADLESS}
args=['--allow-insecure-localhost']
New Context ignoreHTTPSErrors=${True} bypassCSP=${True}

Open Page
Welcome Page Should Be Open
[Teardown] Close Browser

*** Keywords ***

Welcome Page Should Be Open
New Browser ${BROWSER}
New Context ignoreHTTPSErrors=${True}
New Page ${URL}
Title Should Be Mateusz Kowalkowski
[Teardown] Close Browser

0 comments on commit b841933

Please sign in to comment.