Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Dec 5, 2024
1 parent 54cd9cc commit 9294415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests-e2e/switch-account.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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 expect(page.getByText('(Current)')).toContainText("usertest1")
// await page.getByTestId('b_more_btn').click()
// await expect(page.getByText('(Current)')).toContainText("usertest1")
await page.getByText('Add Account').click()

// Try to login with other account
Expand Down

0 comments on commit 9294415

Please sign in to comment.