Skip to content

Commit

Permalink
sleep before slider snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Dec 3, 2024
1 parent 0800904 commit 9ef0f6c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from dash import Dash, dcc, html
import numpy as np
import math
import time


def test_slsh001_rangeslider_shorthand_props(dash_dcc):
Expand Down Expand Up @@ -192,4 +193,5 @@ def test_slsh002_sliders_marks_si_unit_format(dash_dcc):

dash_dcc.start_server(app)
dash_dcc.wait_for_element(".rc-slider")
time.sleep(1)
dash_dcc.percy_snapshot("slsh002 - test_slsh002_sliders_marks_si_unit_format", True)

0 comments on commit 9ef0f6c

Please sign in to comment.