mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
test fix
This commit is contained in:
@@ -126,7 +126,7 @@ class AppTest(App):
|
||||
widget, region = self.get_widget_at(x, y)
|
||||
except errors.NoWidget:
|
||||
return ""
|
||||
if widget not in self.screen._compositor.regions:
|
||||
if widget not in self.screen._compositor.visible_widgets:
|
||||
return ""
|
||||
|
||||
x -= region.x
|
||||
|
||||
Reference in New Issue
Block a user