Skip to content

Commit

Permalink
fixup! tests: Migrate deprecated selenium desired_capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Feb 20, 2024
1 parent 04769dd commit 67bc198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests-qa/acceptance/ressources/Browser.robot
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ ${HEADLESS} ${True}
Log Open Browser Firefox

${firefox_options} = Evaluate sys.modules['selenium.webdriver'].firefox.webdriver.Options() sys, selenium.webdriver
Call Method ${firefox_options} add_argument strictFileInteractability ${FALSE}
Call Method ${firefox_options} add_argument timezone UTC-05:00
Call Method ${firefox_options} set_preference strictFileInteractability ${FALSE}
Call Method ${firefox_options} set_preference timezone UTC-05:00

Run Keyword If ${HEADLESS}
... Call Method ${firefox_options} add_argument -headless
Expand Down

0 comments on commit 67bc198

Please sign in to comment.