Skip to content

Commit

Permalink
fix signup test
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Oct 30, 2023
1 parent 64d9518 commit e268d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/01-signup.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test('test signup', async () => {
await page.goto('http://127.0.0.1:3000/');

await page.getByTestId('header-account-menu').click();
await page.getByTestId('header-logout-button').click();
await page.getByTestId('header-profile-button').click();

await expect(page.getByTestId('profile-header-title')).toHaveText(TEST_USERNANE)

Expand Down

0 comments on commit e268d43

Please sign in to comment.