Skip to content

Commit 60d5741

Browse files
committed
Lazy load css for legacy themes
1 parent e604f0c commit 60d5741

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_row_data_sync.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import time
12
import dash_ag_grid as dag
23
from dash import Dash, html, dcc, Input, Output, no_update, ctx
34
import json
@@ -110,6 +111,7 @@ def virtualDataUpdate(c, d):
110111

111112
grid = utils.Grid(dash_duo, "grid")
112113

114+
time.sleep(0.5)
113115
grid.wait_for_cell_text(0, 0, "Toyota")
114116

115117
base = (

0 commit comments

Comments
 (0)