From eda2052f054a5326ff4186885c76529ab8b7c38a Mon Sep 17 00:00:00 2001 From: Yunus Date: Fri, 6 Dec 2024 07:01:48 +0700 Subject: [PATCH] fdasf --- tests-e2e/switch-account.test.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()