Skip to content

Commit

Permalink
Try check test e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Dec 4, 2024
1 parent c5af724 commit 832a194
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests-e2e/switch-account.test.mts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { expect, test } from '@nuxt/test-utils/playwright'

test('Add and switch account', async ({ page, goto, context }) => {
await goto('/apps')
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.getByText('Add Account').click()
Expand Down

0 comments on commit 832a194

Please sign in to comment.