Regression test for https://github.com/Textualize/textual/issues/3395. Check we can use `Screen` as a selector for a hover.
()
| 130 | |
| 131 | |
| 132 | async def test_pilot_hover_screen(): |
| 133 | """Regression test for https://github.com/Textualize/textual/issues/3395. |
| 134 | |
| 135 | Check we can use `Screen` as a selector for a hover.""" |
| 136 | |
| 137 | async with App().run_test() as pilot: |
| 138 | await pilot.hover() |
| 139 | |
| 140 | |
| 141 | @pytest.mark.parametrize( |