Selaa lähdekoodia

fix(web): refill the header paragraph (cosmetic)

Chinesezjc 1 kuukausi sitten
vanhempi
sitoutus
f5603f169d
1 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. 3 4
      apps/web/tests/plan-control-row.e2e.ts

+ 3 - 4
apps/web/tests/plan-control-row.e2e.ts

@@ -17,10 +17,9 @@
 // axes for the chip and the trigger, and disjoint click areas — never
 // absolute coordinates, whose pixel values depend on installed fonts and
 // differ between macOS and Linux. The center hit-test is Playwright's
-// actionability check: clicking the chip
-// fails in a real engine when the element center does not receive pointer
-// events. jsdom resolves no layout, so only a real engine can answer any of
-// these facts.
+// actionability check: clicking the chip fails in a real engine when the
+// element center does not receive pointer events. jsdom resolves no
+// layout, so only a real engine can answer any of these facts.
 import { readFile } from 'node:fs/promises'
 import { mkdirSync } from 'node:fs'
 import { fileURLToPath } from 'node:url'