Skip to content

Commit a4d5287

Browse files
committed
Merge branch 'feat/hf_properties' of github.com:predict-idlab/plotly-resampler into feat/hf_properties
2 parents 0c9295f + a8631b5 commit a4d5287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fr_selenium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def drag_and_zoom(self, div_classname, x0=0.25, x1=0.5, y0=0.25, y1=0.5):
230230
if not self.on_page:
231231
self.go_to_page()
232232

233-
WebDriverWait(self.driver, 3).until(
233+
WebDriverWait(self.driver, 10).until(
234234
EC.presence_of_element_located((By.CLASS_NAME, div_classname))
235235
)
236236

0 commit comments

Comments
 (0)