mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test(editor): Add AI Assistant e2e tests (no-changelog) (#10476)
This commit is contained in:
committed by
GitHub
parent
d0fc9dee0e
commit
eecb80400d
@@ -47,7 +47,13 @@ const startNewSession = async () => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Modal width="460px" height="250px" :name="NEW_ASSISTANT_SESSION_MODAL" :center="true">
|
||||
<Modal
|
||||
width="460px"
|
||||
height="250px"
|
||||
:name="NEW_ASSISTANT_SESSION_MODAL"
|
||||
:center="true"
|
||||
data-test-id="new-assistant-session-modal"
|
||||
>
|
||||
<template #header>
|
||||
{{ i18n.baseText('aiAssistant.newSessionModal.title.part1') }}
|
||||
<span :class="$style.assistantIcon"><AssistantIcon size="medium" /></span>
|
||||
|
||||
Reference in New Issue
Block a user