wip: break a test
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user