Skip to content

Commit 9ef0f6c

Browse files
committed
sleep before slider snapshot
1 parent 0800904 commit 9ef0f6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/dash-core-components/tests/integration/sliders/test_sliders_shorthands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from dash import Dash, dcc, html
22
import numpy as np
33
import math
4+
import time
45

56

67
def test_slsh001_rangeslider_shorthand_props(dash_dcc):
@@ -192,4 +193,5 @@ def test_slsh002_sliders_marks_si_unit_format(dash_dcc):
192193

193194
dash_dcc.start_server(app)
194195
dash_dcc.wait_for_element(".rc-slider")
196+
time.sleep(1)
195197
dash_dcc.percy_snapshot("slsh002 - test_slsh002_sliders_marks_si_unit_format", True)

0 commit comments

Comments
 (0)