mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add comment to a test
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user