Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
MobyNL committed Jan 7, 2024
1 parent 8011616 commit b2de5b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions atest/testcases/Test.robot
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Library Browser
Library RequestsLibrary
Library Collections
Library MitmLibrary
Library Dialogs


Suite Setup Setup Flask
Expand All @@ -22,12 +23,11 @@ Test Teardown Clear All Proxy Items
Block A Website
New Browser browser=chromium headless=False proxy=${PROXY_DICT}
New Context
New Page https://www.robotframework.org/
Go To about:blank
New Page
Add To Blocklist robotframework
${status} Run keyword and return status Go To https://www.robotframework.nl/
Should Not Be True ${status}
${status} Run keyword and return status Go To https://robotframework.org/
Log Blocked Urls
Should Not Be True ${status}


Custom Response With Post And Custom Body
Expand Down

0 comments on commit b2de5b6

Please sign in to comment.