From 0afcc8cd47014596b92eb4a7742354cec7dbee5b Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Tue, 7 Feb 2023 11:09:51 +0000 Subject: [PATCH] Add comment to a test --- tests/test_data_table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_data_table.py b/tests/test_data_table.py index 9e1c9ee9f..8a179b2aa 100644 --- a/tests/test_data_table.py +++ b/tests/test_data_table.py @@ -436,6 +436,7 @@ def click_in_app(sender: MessagePump): async def test_datatable_on_click_cell_cursor(): + # Regression test for https://github.com/Textualize/textual/issues/1723 app = DataTableApp() async with app.run_test(): table = app.query_one(DataTable)