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

@ -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();