diff --git a/tests-e2e/switch-account.test.mts b/tests-e2e/switch-account.test.mts index 9032966..f30fb32 100644 --- a/tests-e2e/switch-account.test.mts +++ b/tests-e2e/switch-account.test.mts @@ -1,6 +1,6 @@ import { expect, test } from '@nuxt/test-utils/playwright' -test.skip('Add and switch account', async ({ page, goto, context }) => { +test('Add and switch account', async ({ page, goto, context }) => { await goto('/') await page.getByText('Go To Apps').click()