One more fixme to settings

This commit is contained in:
49lf
2024-12-06 14:52:41 -05:00
parent f0c8dbd5a2
commit 6ac8cef180

View File

@ -162,7 +162,7 @@ test.describe('Testing settings', () => {
await expect(hotkey).toHaveText(text)
})
test('Project and user settings can be reset', async ({ page, homePage }) => {
test.fixme('Project and user settings can be reset', async ({ page, homePage }) => {
const u = await getUtils(page)
await test.step(`Setup`, async () => {
await page.setBodyDimensions({ width: 1200, height: 500 })