Fix connect to server

This commit is contained in:
Elisabeth Kulzer
2023-02-22 21:31:57 +01:00
parent 9f84ab79ce
commit c6dc00e4df

View File

@@ -41,7 +41,7 @@ describe('Server Login - Connect to Server', () => {
// * Verify basic elements on server screen
await expect(headerWelcome).toHaveText('Welcome');
await expect(headerTitleConnectToServer).toHaveText('Lets Connect to a Server');
await expect(headerDescription).toHaveText('A Server is your team\'s communication hub which is accessed through a unique URL');
await expect(headerDescription).toHaveText('A server is your team\'s communication hub accessed using a unique URL');
await expect(serverUrlInput).toBeVisible();
await expect(serverDisplayNameInput).toBeVisible();
await expect(displayHelp).toHaveText('Choose a display name for your server');