Skip to content

Commit e8322ec

Browse files
committed
update dependencies and chrome driver
1 parent c7e79fc commit e8322ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

32/bbelderbos/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nose==1.3.7
2-
selenium==3.5.0
1+
nose
2+
selenium

32/bbelderbos/test_pybites_pyplanet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class TestPyBitesPyplanet(unittest.TestCase):
1313

1414
def setUp(self):
15-
self.driver = webdriver.PhantomJS()
15+
self.driver = webdriver.Chrome()
1616

1717
def tearDown(self):
1818
self.driver.close()

0 commit comments

Comments
 (0)