chore: fix e2e joinfromdirectory tests (#5456)
* chore: update detox to 20.14.8 * fix: remove unnecessary code in join room from directory tests * chore: update detox version in package.json
This commit is contained in:
parent
4ca9042da0
commit
2ff39d9a62
|
@ -76,7 +76,6 @@ describe('Join room from directory', () => {
|
|||
.withTimeout(2000);
|
||||
await element(by.id('directory-view-dropdown')).tap();
|
||||
await element(by.label('Users')).atIndex(0).tap();
|
||||
await element(by.label('Search by')).atIndex(0).tap();
|
||||
await navigateToRoom(otherUser.username);
|
||||
});
|
||||
|
||||
|
@ -88,7 +87,6 @@ describe('Join room from directory', () => {
|
|||
.withTimeout(2000);
|
||||
await element(by.id('directory-view-dropdown')).tap();
|
||||
await element(by.label('Teams')).atIndex(0).tap();
|
||||
await element(by.label('Search by')).atIndex(0).tap();
|
||||
await navigateToRoom(team);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue