Skip to content

Commit b587739

Browse files
committed
CCM-11352: remove .only
1 parent 4807a47 commit b587739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test-team/template-mgmt-event-tests/letter-templates.event.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test.describe('Event publishing - Letters', () => {
7575
expect(events).toHaveLength(0);
7676
});
7777

78-
test.only('Expect Draft.v1 events When waiting for Proofs to become available And Completed.v1 event When submitting templates', async ({
78+
test('Expect Draft.v1 events When waiting for Proofs to become available And Completed.v1 event When submitting templates', async ({
7979
request,
8080
}) => {
8181
const templateId = randomUUID();
@@ -177,8 +177,8 @@ test.describe('Event publishing - Letters', () => {
177177
* * * add proof-3.pdf
178178
* SUBMITTED: 1 update
179179
*/
180-
// This check is here mainly to prevent events we don't want to publish from slipping through.
181-
// I.E PENDING_UPLOAD statuss
180+
// This check is here to prevent events we don't want to publish from slipping through.
181+
// I.E PENDING_UPLOAD status.
182182
expect(events.length).toBeGreaterThanOrEqual(6);
183183
expect(events.length).toBeLessThanOrEqual(7);
184184

0 commit comments

Comments
 (0)