Skip to content

Commit 2ddb642

Browse files
committed
e2e: fix for pinned messages test
1 parent b80bdf8 commit 2ddb642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/appium/views/chat_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def pinned_by_label(self):
259259
class PinnedByLabelText(Text):
260260
def __init__(self, driver, parent_locator: str):
261261
super().__init__(driver, prefix=parent_locator,
262-
xpath="/../..//android.view.ViewGroup[@content-desc='pinned-by']")
262+
xpath="/..//android.view.ViewGroup[@content-desc='pinned-by']")
263263

264264
return PinnedByLabelText(self.driver, self.locator)
265265

0 commit comments

Comments
 (0)