mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 16:18:11 +03:00
fix: revert test back to passing
This commit is contained in:
parent
f5f0720ab6
commit
1c28117beb
@ -11,5 +11,5 @@ test('has text package.json', async ({ page }) => {
|
||||
|
||||
const listBox = page.getByRole('listbox').getByRole('button')
|
||||
|
||||
await expect(listBox).toHaveText('xpackage.json');
|
||||
await expect(listBox).toHaveText('package.json');
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user