Skip to content

Commit

Permalink
playwright coverage WIP2(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan committed Nov 12, 2024
1 parent 495d640 commit 4942fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/llm-sans/messages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ test('workflow started', async ({ page }) => {
await page.goto('/');
const startWorkflow = await page.getByRole('button', { name: 'Workflow started' })
await startWorkflow.click()
const started = await page.getByText("Workflow started")
const started = await page.getByText("Workflow started: AutoGenWorkflows")
await expect(started).toBeVisible()
const name = await page.getByText('_workflow_started_')
await expect(name).toBeVisible()
Expand Down

0 comments on commit 4942fbf

Please sign in to comment.