Skip to content

Commit ef99955

Browse files
Fix test
1 parent c2e49e9 commit ef99955

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/test_graphical_hotspot_settings.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,8 @@ def test_ssid_change_updates_overview_name(self):
179179
mpos.ui.back_screen()
180180
wait_for_render(iterations=25)
181181

182-
screen = lv.screen_active()
183-
print("\nHotspot overview labels after SSID change:")
184-
print_screen_labels(screen)
185182
self.assertTrue(
186-
verify_text_present(screen, f"Hotspot name: {new_ssid}"),
183+
self._wait_for_overview_text(f"Hotspot name: {new_ssid}"),
187184
"Hotspot overview did not update SSID after settings change",
188185
)
189186

0 commit comments

Comments
 (0)