Skip to content

Commit

Permalink
Update registration.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Jan 10, 2025
1 parent 7a71188 commit d516160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/tests/specs/auth/registration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ test.describe('Registration Flow', () => {

test('should successfully register a new user', async ({ page, testAccount }) => {
await authPage.createAccount(testAccount);
// Add your assertions here

});
});

0 comments on commit d516160

Please sign in to comment.