test(e2e): suppress inquiry telegrams in ci
TaxBaik CI/CD / build-and-deploy (push) Successful in 54s
TaxBaik CI/CD / build-and-deploy (push) Successful in 54s
This commit is contained in:
@@ -16,6 +16,7 @@ test.describe('contact submit', () => {
|
||||
email: `public-${stamp}@example.com`,
|
||||
serviceType: '기타',
|
||||
message: 'Playwright로 전송한 공개 문의 테스트입니다.',
|
||||
suppressNotification: true,
|
||||
},
|
||||
});
|
||||
expect(createResponse.ok()).toBeTruthy();
|
||||
@@ -39,6 +40,7 @@ test.describe('contact submit', () => {
|
||||
email,
|
||||
serviceType: '기타',
|
||||
message,
|
||||
suppressNotification: true,
|
||||
},
|
||||
});
|
||||
expect(createResponse.ok()).toBeTruthy();
|
||||
|
||||
@@ -20,6 +20,7 @@ test.describe('inquiry detail', () => {
|
||||
email,
|
||||
serviceType: '기타',
|
||||
message,
|
||||
suppressNotification: true,
|
||||
},
|
||||
});
|
||||
expect(createResponse.ok()).toBeTruthy();
|
||||
|
||||
Reference in New Issue
Block a user