wip: break a test

This commit is contained in:
Jace Browning
2025-04-28 12:34:24 -04:00
parent 90bae5f481
commit 80c3793cbd

View File

@ -20,7 +20,7 @@ test.describe('Electron app header tests', () => {
text = 'CommandsCtrl+K'
break
}
const commandsButton = page.getByRole('button', { name: 'Commands' })
const commandsButton = page.getByRole('button', { name: 'Commands2' })
await expect(commandsButton).toBeVisible()
await expect(commandsButton).toHaveText(text)
}