File: e2e/permissions.spec.ts:243
Severity: tech-debt
Obvious? yes
test.skip(true, 'mobile member-list surface deferred') unconditionally disables the mobile long-press opens the compare sheet case. Test body still runs build, but is a fundamental coverage gap: no test covers mobile compare-sheet long-press. Either delete the dead body or convert to a tracked TODO with an issue link; current state silently signals coverage that does not exist.
Fix: delete or convert to issue-linked todo; restore the test once the underlying mobile compare-sheet surface is ready.
Filed by /general-audit @ 6404719 (2026-05-03). master: #567.
File:
e2e/permissions.spec.ts:243Severity: tech-debt
Obvious? yes
test.skip(true, 'mobile member-list surface deferred')unconditionally disables themobile long-press opens the compare sheetcase. Test body still runs build, but is a fundamental coverage gap: no test covers mobile compare-sheet long-press. Either delete the dead body or convert to a tracked TODO with an issue link; current state silently signals coverage that does not exist.Fix: delete or convert to issue-linked todo; restore the test once the underlying mobile compare-sheet surface is ready.
Filed by
/general-audit@6404719(2026-05-03). master: #567.