Skip to content

Commit 71521d7

Browse files
committed
Merge branch 'dash-monorepo' of https://github.com/plotly/dash into dash-monorepo
2 parents 698f863 + 5367326 commit 71521d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/dash-table/tests/selenium/test_derived_props.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from selenium.webdriver.common.keys import Keys
88

99
import json
10+
import time
1011
import pandas as pd
1112

1213
url = "https://github.com/plotly/datasets/raw/master/" "26k-consumer-complaints.csv"
@@ -148,6 +149,8 @@ def test_tdrp002_select_cell(test):
148149

149150
active = dict(row=0, column=0, column_id=rawDf.columns[0], row_id=3000)
150151

152+
time.sleep(1)
153+
151154
assert test.find_element("#active_cell").get_attribute("innerHTML") == json.dumps(
152155
active
153156
)

0 commit comments

Comments
 (0)