aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/tests/test_no_native_dialogs_in_the_spa.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: ask in the page instead of native confirm/alertChristophe Besson5 days1-0/+99
A native confirm() or alert() leaves the desktop client unable to type until the window is refocused. ask.js draws both in the page; the SPA test now bans all three browser dialogs. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>