Skip to content

Commit

Permalink
screenobject(update): update method to select user from list
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Nov 15, 2023
1 parent 42eeaab commit e272244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/screenobjects/chats/CreateGroupChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ export default class CreateGroupChat extends UplinkMainScreen {
.$(SELECTORS.CREATE_GROUP_CHAT_SECTION)
.$(SELECTORS.FRIENDS_LIST)
.$(
'//XCUIElementTypeGroup[@label="friend-name"]/XCUIElementTypeStaticText[contains(@value, "' +
'-ios class chain:**/XCUIElementTypeStaticText[`value == "' +
username +
'")])',
'"`]',
);
return friendLocator;
}
Expand Down

0 comments on commit e272244

Please sign in to comment.