We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa079df commit fe6e258Copy full SHA for fe6e258
1 file changed
tests/component-tests/integration-tests/urgent-letter-priority.spec.ts
@@ -19,7 +19,7 @@ test.beforeAll(async () => {
19
test.describe("Urgent Letter Priority Tests", () => {
20
test.setTimeout(180_000); // 3 minutes for long running polling
21
22
- test("Letter with higher urgency gets picked first", async ({ request }) => {
+ test("Letters with higher urgency get picked first", async ({ request }) => {
23
const variantsUrgencyTen = getVariantsWithUrgency(10);
24
const urgencyTenLetterIds = await sendEventsForVariants(variantsUrgencyTen);
25
0 commit comments