Skip to content

Commit

Permalink
TEST: fix test to be crossplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka committed Jul 27, 2023
1 parent 237a5ec commit bce7077
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/acceptance/test_ecosia.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@


def test_search():
from selenium import webdriver

browser.config.driver_options = webdriver.ChromeOptions()
browser.config.driver_options.binary_location = (
'/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'
)
browser.open('https://www.ecosia.org/')
browser.element(by.name('q')).type('github yashaka selene python').press_enter()

Expand Down

0 comments on commit bce7077

Please sign in to comment.