test: harmonize intent strings in verify_success for reels and explore grid
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user