Rename Conversation -> Chat in all strings
This commit is contained in:
parent
558b5a4a38
commit
3045a4950d
3 changed files with 47 additions and 47 deletions
|
@ -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