test(e2e): suppress inquiry telegrams in ci
TaxBaik CI/CD / build-and-deploy (push) Successful in 54s

This commit is contained in:
2026-06-28 21:40:11 +09:00
parent 84161ee2d9
commit 67bd5dc666
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ test.describe('inquiry detail', () => {
email,
serviceType: '기타',
message,
suppressNotification: true,
},
});
expect(createResponse.ok()).toBeTruthy();