Rename Conversation -> Chat in all strings

This commit is contained in:
Jamie Kyle 2023-04-12 22:29:54 -07:00 committed by GitHub
parent 558b5a4a38
commit 3045a4950d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 47 deletions

View file

@ -255,7 +255,7 @@ describe('pnp/username', function needsName() {
const window = await app.getWindow();
debug('entering username into search field');
await window.locator('button[aria-label="New conversation"]').click();
await window.locator('button[aria-label="New chat"]').click();
const searchInput = window.locator('.module-SearchInput__container input');
await searchInput.type(`@${CARL_USERNAME}`);