test: harmonize intent strings in verify_success for reels and explore grid

This commit is contained in:
2026-04-28 23:29:17 +02:00
parent dc4b576bc1
commit 9a74d89477
15 changed files with 68 additions and 506 deletions

View File

@@ -201,6 +201,12 @@ def make_real_device_with_xml(monkeypatch):
def press(self, key):
pass
def swipe(self, sx, sy, ex, ey, **kwargs):
pass
def click(self, x, y):
pass
def watcher(self, name):
return MockU2Watcher()
@@ -271,6 +277,12 @@ def make_real_device_with_image(monkeypatch):
def press(self, key):
pass
def swipe(self, sx, sy, ex, ey, **kwargs):
pass
def click(self, x, y):
pass
def watcher(self, name):
return MockU2Watcher()