This commit is contained in:
Will McGugan
2025-07-29 14:48:32 +01:00
parent ac2d2a6796
commit 197d6bbd2f

View File

@@ -46,6 +46,7 @@ async def test_hover_update_styles():
"last-of-type", "last-of-type",
"last-child", "last-child",
"even", "even",
"empty",
} }
# Take note of the initial background colour # Take note of the initial background colour
@@ -63,6 +64,7 @@ async def test_hover_update_styles():
"last-of-type", "last-of-type",
"last-child", "last-child",
"even", "even",
"empty",
} }
assert button.styles.background != initial_background assert button.styles.background != initial_background