diff --git a/tests/test_disabled.py b/tests/test_disabled.py index 2f59fee71..8ad3d0e09 100644 --- a/tests/test_disabled.py +++ b/tests/test_disabled.py @@ -8,6 +8,8 @@ from textual.widgets import ( DirectoryTree, Input, ListView, + Markdown, + MarkdownViewer, Switch, TextLog, Tree, @@ -28,6 +30,8 @@ class DisableApp(App[None]): Switch(), TextLog(), Tree("Test"), + Markdown(), + MarkdownViewer(), id="test-container", )