Просмотр исходного кода

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

Chinesezjc 1 месяц назад
Родитель
Сommit
bd9e57acd1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apps/web/tests/plan-control-row.e2e.ts

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

@@ -16,8 +16,8 @@
 // The geometry golden records stable facts — viewport membership on both
 // 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
+// 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.