fix: failed e2e test in agent caused by changed copywriting (#41187)

This commit is contained in:
Joel 2026-08-24 13:16:37 +00:00 committed by GitHub
parent 44aec257bf
commit e25ca611d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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