We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0800904 commit 9ef0f6cCopy full SHA for 9ef0f6c
components/dash-core-components/tests/integration/sliders/test_sliders_shorthands.py
@@ -1,6 +1,7 @@
1
from dash import Dash, dcc, html
2
import numpy as np
3
import math
4
+import time
5
6
7
def test_slsh001_rangeslider_shorthand_props(dash_dcc):
@@ -192,4 +193,5 @@ def test_slsh002_sliders_marks_si_unit_format(dash_dcc):
192
193
194
dash_dcc.start_server(app)
195
dash_dcc.wait_for_element(".rc-slider")
196
+ time.sleep(1)
197
dash_dcc.percy_snapshot("slsh002 - test_slsh002_sliders_marks_si_unit_format", True)
0 commit comments