mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 11:04:27 +08:00
fix: failed e2e test in agent caused by changed copywriting (#41187)
This commit is contained in:
parent
44aec257bf
commit
e25ca611d8
@ -280,10 +280,9 @@ Then('I should see the Agent v2 Build mode confirmation state', async function (
|
||||
|
||||
await expect(page.getByText('Build mode', { exact: true })).toBeVisible()
|
||||
await expect(
|
||||
page.getByText('Configure can only be updated by the agent in this mode.'),
|
||||
).toBeVisible()
|
||||
await expect(
|
||||
page.getByText('Shape this setup through the chat on the right, then Apply.'),
|
||||
page.getByText(
|
||||
"You're in Build mode. Shape this setup by chatting with the agent, then Apply.",
|
||||
),
|
||||
).toBeVisible()
|
||||
})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user