···211211 assert(!profileLink.classList.contains("long-press-enabled"));
212212 });
213213214214- // Press timing and click suppression are enableLongPress behavior, covered
215215- // in utils.test.js; here we only verify the footer wires the handler up.
216214 it("invokes the handler when a long-press fires on the profile item", () => {
217215 let fired = 0;
218216 const profileLink = renderFooter({ onLongPressProfile: () => fired++ });