diff --git a/apps/chat-e2e/src/ui/webElements/entityTree/sidebar/baseSideBarConversationTree.ts b/apps/chat-e2e/src/ui/webElements/entityTree/sidebar/baseSideBarConversationTree.ts index 1c2c81fc2..dfc81c30e 100644 --- a/apps/chat-e2e/src/ui/webElements/entityTree/sidebar/baseSideBarConversationTree.ts +++ b/apps/chat-e2e/src/ui/webElements/entityTree/sidebar/baseSideBarConversationTree.ts @@ -6,7 +6,7 @@ export class BaseSideBarConversationTree extends SideBarEntitiesTree { public async selectConversation( name: string, indexOrOptions?: number | { exactMatch: boolean; index?: number }, - { isHttpMethodTriggered = true }: { isHttpMethodTriggered?: boolean } = {}, + { isHttpMethodTriggered = false }: { isHttpMethodTriggered?: boolean } = {}, ) { const conversationToSelect = this.getTreeEntity(name, indexOrOptions); if (isApiStorageType && isHttpMethodTriggered) {