diff --git a/tests-e2e/switch-account.test.mts b/tests-e2e/switch-account.test.mts index 4764f7b..4b9033e 100644 --- a/tests-e2e/switch-account.test.mts +++ b/tests-e2e/switch-account.test.mts @@ -4,7 +4,7 @@ test('Add and switch account', async ({ page, goto, context }) => { await goto('/') await page.getByText('Go To Apps').click() - // await page.getByTestId('b_more_btn').click() + await page.getByTestId('b_more_btn').click() // await expect(page.getByText('(Current)')).toContainText("usertest1") await page.getByText('Add Account').click()