fix: revert test back to passing

This commit is contained in:
ndom91 2024-05-05 20:22:01 +02:00
parent f5f0720ab6
commit 1c28117beb
No known key found for this signature in database

View File

@ -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');
})