Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 98d6a9f

Browse files
committed
Re-add the two selenium imports
1 parent 1720aaf commit 98d6a9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_integration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
import dash_html_components as html
1313
import dash_core_components as dcc
1414
import dash_table_experiments as dt
15+
from selenium import webdriver
16+
from selenium.webdriver.common.keys import Keys
1517

1618
try:
1719
from urlparse import urlparse

0 commit comments

Comments
 (0)