Fix second step
This commit is contained in:
parent
248bf99776
commit
4657a3a812
1 changed files with 4 additions and 0 deletions
|
|
@ -73,5 +73,9 @@ describe('Server Login', () => {
|
|||
// * Verify on channel list screen of the second server
|
||||
await ChannelListScreen.toBeVisible();
|
||||
await expect(ChannelListScreen.headerServerDisplayName).toHaveText(serverTwoDisplayName);
|
||||
|
||||
// # Go back to first server
|
||||
await ServerListScreen.open();
|
||||
await ServerListScreen.getServerItemInactive(serverOneDisplayName).tap();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue