aboutsummaryrefslogtreecommitdiff
path: root/webtests
diff options
context:
space:
mode:
authorBonfaceKilz2021-04-29 21:45:51 +0300
committerBonfaceKilz2021-04-29 21:45:51 +0300
commit23e8e222e8016ea8335d4850070f884ab9b043fe (patch)
tree495b13f81dd7ce9692db8a8e107d2298962394e7 /webtests
parent67703a57db19c9a1ebcc6991087479979cbbca18 (diff)
downloadgenenetwork2-23e8e222e8016ea8335d4850070f884ab9b043fe.tar.gz
Run `sed -i 's/(object)//g'`
See: https://is.gd/pL7IJF Ran: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g'
Diffstat (limited to 'webtests')
-rw-r--r--webtests/browser_run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webtests/browser_run.py b/webtests/browser_run.py
index 7ee540b7..6cf46de5 100644
--- a/webtests/browser_run.py
+++ b/webtests/browser_run.py
@@ -9,7 +9,7 @@ from selenium import webdriver
from selenium.common.exceptions import NoSuchElementException, ElementNotVisibleException
from selenium.webdriver.common.keys import Keys
-class Test(object):
+class Test:
def __init__(self):
#self.browser = webdriver.Chrome('/home/gn2/gn2/webtests/chromedriver')
self.browser = webdriver.Firefox()