From 89c22d6bd574f8dfed0d01b018f139fec5a1dfc6 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Sat, 18 Apr 2026 20:23:07 -0600 Subject: [PATCH] fix(chess): global Esc handler + stable test selectors for layouts e2e - LayoutEditor: move Esc handling to a window keydown listener so the modal closes regardless of where focus currently sits (the prior onKeyDown on the modal div only fired when the root div itself held focus). - LayoutPicker: add data-testid on the description

so e2e assertions can target it unambiguously instead of relying on free-text matches that also select the hidden

+

{isCustom ? 'Custom layout loaded from your editor.' : value.description}

{value.suggestedPresets !== undefined &&