File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/integration/devtools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def test_dvui003_callback_graph(dash_duo):
102
102
103
103
pos = dash_duo .driver .execute_script (
104
104
"""
105
- const pos = store.getState().profile.graphLayout.positions['new-item.value '];
105
+ const pos = store.getState().profile.graphLayout.positions['new-item.Xvalue '];
106
106
pos.y -= 100;
107
107
return pos.y;
108
108
"""
@@ -119,7 +119,7 @@ def test_dvui003_callback_graph(dash_duo):
119
119
# the manually moved node is still in its new position
120
120
assert pos == dash_duo .driver .execute_script (
121
121
"""
122
- const pos = store.getState().profile.graphLayout.positions['new-item.value '];
122
+ const pos = store.getState().profile.graphLayout.positions['new-item.Xvalue '];
123
123
return pos.y;
124
124
"""
125
125
)
You can’t perform that action at this time.
0 commit comments