Skip to content

Commit 7317339

Browse files
author
ravishankar
committed
Added firefox tests
1 parent 4fe7488 commit 7317339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_select():
3939

4040

4141
def test_table():
42-
with SeleniumDriver("chrome", headless=True) as obj:
42+
with SeleniumDriver("firefox", headless=True) as obj:
4343
obj.get(TEST_URL)
4444
table = obj.element('//table[@class="table"]', "xpath")
4545
table_data = get_table(table)

0 commit comments

Comments
 (0)