Rename Conversation -> Chat in all strings
This commit is contained in:
parent
558b5a4a38
commit
3045a4950d
3 changed files with 47 additions and 47 deletions
|
@ -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}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue