From 433a8df83190e91a66f6c67b90ff9939a7869dc5 Mon Sep 17 00:00:00 2001 From: Yunus Date: Wed, 15 Jan 2025 07:34:18 +0700 Subject: [PATCH] Fix test --- tests-e2e/switch-account.test.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests-e2e/switch-account.test.mts b/tests-e2e/switch-account.test.mts index fb19b06..e23ee0a 100644 --- a/tests-e2e/switch-account.test.mts +++ b/tests-e2e/switch-account.test.mts @@ -42,6 +42,7 @@ test('Add and switch account', async ({ page, goto, context }) => { // Lets try logout current account await page.getByTestId('b_sign_out_btn').click() + await page.getByText('Yes').click() // Go to apps and should switch to first account if any await page.getByText('Go To Apps').click()