Add comment to a test

This commit is contained in:
Darren Burns
2023-02-07 11:09:51 +00:00
parent 3e451e8416
commit 0afcc8cd47

View File

@@ -436,6 +436,7 @@ def click_in_app(sender: MessagePump):
async def test_datatable_on_click_cell_cursor(): async def test_datatable_on_click_cell_cursor():
# Regression test for https://github.com/Textualize/textual/issues/1723
app = DataTableApp() app = DataTableApp()
async with app.run_test(): async with app.run_test():
table = app.query_one(DataTable) table = app.query_one(DataTable)