Skip to content

Commit

Permalink
fdasf
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Dec 6, 2024
1 parent 3c289f9 commit eda2052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-e2e/switch-account.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit eda2052

Please sign in to comment.