File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class Notification:
40
40
"""The timeout (in seconds) for the notification."""
41
41
42
42
markup : bool = False
43
- """Render the notification message as console Markup?"""
43
+ """Render the notification message as Textual Markup?"""
44
44
45
45
raised_at : float = field (default_factory = time )
46
46
"""The time when the notification was raised (in Unix time)."""
Original file line number Diff line number Diff line change @@ -3276,11 +3276,11 @@ async def run_before(pilot: Pilot) -> None:
3276
3276
)
3277
3277
3278
3278
3279
- # # TODO: Is this fixable?
3280
- # @pytest.mark.xfail(
3281
- # reason="This doesn't work as described, because of the height auto in Collapsible.Contents. "
3282
- # "I suspect it isn't broken per se, it's just that the intuitive interpretation is not correct."
3283
- # )
3279
+ # TODO: Is this fixable?
3280
+ @pytest .mark .xfail (
3281
+ reason = "This doesn't work as described, because of the height auto in Collapsible.Contents. "
3282
+ "I suspect it isn't broken per se, it's just that the intuitive interpretation is not correct."
3283
+ )
3284
3284
def test_collapsible_datatable (snap_compare ):
3285
3285
"""Regression test for https://github.com/Textualize/textual/issues/5407
3286
3286
You can’t perform that action at this time.
0 commit comments