Merge branch 'main' into fix-2063

This commit is contained in:
Rodrigo Girão Serrão
2023-03-28 15:49:07 +01:00
committed by GitHub
25 changed files with 559 additions and 42 deletions

View File

@@ -354,3 +354,8 @@ def test_css_hot_reloading(snap_compare):
assert snap_compare(
SNAPSHOT_APPS_DIR / "hot_reloading_app.py", run_before=run_before
)
def test_layer_fix(snap_compare):
# Check https://github.com/Textualize/textual/issues/1358
assert snap_compare(SNAPSHOT_APPS_DIR / "layer_fix.py", press=["d"])