Fix second step

This commit is contained in:
Joseph Baylon 2022-03-21 13:02:08 -07:00
parent 248bf99776
commit 4657a3a812

View file

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