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:
Gleidson Daniel Silva 2024-01-04 16:48:39 -03:00 committed by GitHub
parent 4ca9042da0
commit 2ff39d9a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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);
});
});