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 225cf6f commit 21091f8Copy full SHA for 21091f8
components/dash-table/tests/selenium/test_basic_copy_paste.py
@@ -173,6 +173,7 @@ def test_tbcp004_copy_9_and_10(test):
173
174
assert test.get_log_errors() == []
175
176
+
177
@pytest.mark.skip(
178
reason="Prop `data_previous` is not correctly updated with copy+paste"
179
)
@@ -278,6 +279,7 @@ def test_tbcp008_copy_paste_between_tables_with_hidden_columns(test):
278
279
280
281
282
283
def test_tbcp009_copy_9_and_10_click(test):
284
test.start_server(get_app())
285
0 commit comments