Fix flaky test selector

This commit is contained in:
Jack Kingsman
2026-03-03 14:02:05 -08:00
parent b1cb531911
commit e8538c55ea

View File

@@ -44,7 +44,7 @@ test.describe('Bot functionality', () => {
await expect(page.getByText('Connected')).toBeVisible();
await page.getByText('Settings').click();
await page.getByRole('button', { name: /Bot/i }).click();
await page.getByRole('button', { name: /🤖 Bots/ }).click();
// The bot name should be visible in the bot list
await expect(page.getByText('E2E Test Bot')).toBeVisible();