Skip to content

Commit 64558e1

Browse files
committed
feat: add end-to-end tests for global settings access control and update test sequencer order
1 parent a78bee5 commit 64558e1

File tree

3 files changed

+414
-1
lines changed

3 files changed

+414
-1
lines changed

services/backend/tests/2-user-registration.e2e.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ describe('User Registration E2E Tests', () => {
5757
firstUserId: user.id,
5858
firstUserCookie: registerResponse.headers['set-cookie'][0]
5959
});
60+
// SMTP settings are now expected to be set by default in test env via src/global-settings/smtp.ts
6061
});
6162

6263
it('should register second user and assign global_user role', async () => {

0 commit comments

Comments
 (0)