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}`);
|
||||
|
|
|
@ -70,7 +70,7 @@ describe('storage service', function needsName() {
|
|||
await moreButton.click();
|
||||
|
||||
const pinButton = conversationStack.locator(
|
||||
'.react-contextmenu-item >> "Pin Conversation"'
|
||||
'.react-contextmenu-item >> "Pin Chat"'
|
||||
);
|
||||
await pinButton.click();
|
||||
|
||||
|
@ -114,7 +114,7 @@ describe('storage service', function needsName() {
|
|||
await moreButton.click();
|
||||
|
||||
const pinButton = conversationStack.locator(
|
||||
'.react-contextmenu-item >> "Pin Conversation"'
|
||||
'.react-contextmenu-item >> "Pin Chat"'
|
||||
);
|
||||
await pinButton.click();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue