Skip to content

Commit

Permalink
Update signin-signout.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cammoore committed Jul 17, 2024
1 parent 996ce3c commit 037e8ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/signin-signout.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { test, expect } from '@playwright/test';

test('test', async ({ page }) => {
test('Signin and Signout', async ({ page }) => {
test.slow();
await page.goto('http://localhost:3000/');
await page.getByRole('button', { name: 'Login' }).click();
await page.getByRole('link', { name: 'Sign in' }).click();
Expand Down

0 comments on commit 037e8ee

Please sign in to comment.