enso/app/gui2/e2e
Adam Obuchowicz 7f5b2edbf5
Fix interfering click handlers (#9127)
Fixes one failure in #8942 which caught a real issue: clicks at various panels were triggering many handlers at once, often unexpectedly - for example quick clicking at breadcrumbs (and automatic tests always click fast) we could also trigger getting out the current node.

Therefore, I added `stopPropagation` for all mouse events on "panel" level + where I think the event should be considered "handled" and no longer bother anyone. Also, to unify things, most actions are for `click` event.

Additionally I spotted and fixed some issues:
* When "clicking-off" Component Browser, it creates new node only if anything was actually typed in (no more dangling `operatorX.` nodes)
* Filtering now works for operators
* When, after opening CB with source node, user starts typing operator, we replace dot with space
* Fixed our shortcut handler, so it works properly with `click` event.
* Fixed problems with defocusing input in CB when clicking at links.

# Important Notes
I removed `PointerMain` binding for deselectAll, because it was triggered every time did the area selection.
2024-02-22 15:18:28 +00:00
..
actions.ts New scenarios for E2E tests - Interactions with Edges (#8917) 2024-02-06 16:15:00 +00:00
collapsingAndEntering.spec.ts Fix interfering click handlers (#9127) 2024-02-22 15:18:28 +00:00
componentBrowser.spec.ts Another set of small fixes (#8946) 2024-02-02 18:11:28 +01:00
customExpect.ts Another set of small fixes (#8946) 2024-02-02 18:11:28 +01:00
edgeInteractions.spec.ts Self-argument arrows: New edge rendering mode (#9099) 2024-02-21 09:43:22 -05:00
edgeRendering.spec.ts Render unconnected edges above nodes. (#9069) 2024-02-19 15:12:15 +00:00
expressionUpdates.ts Fix nested drop downs + test scenarios for drop-down and vector widgets. (#8859) 2024-01-26 17:18:27 +00:00
fullscreenVisualisation.spec.ts New scenarios for e2 e tests: Loading Table Visualization & Fullscreen Vis (#8989) 2024-02-08 12:17:56 +00:00
graphNodeVisualization.spec.ts E2E tests (#8239) 2023-11-27 15:48:37 +00:00
graphRenderNodes.spec.ts Interpret documented nodes properly (#8978) 2024-02-06 10:45:16 +00:00
locate.ts New scenarios for E2E tests - Interactions with Edges (#8917) 2024-02-06 16:15:00 +00:00
main.ts Remove vite-plugin-top-level-await plugin (#9038) 2024-02-14 09:42:37 +00:00
MockApp.vue e2e tests for collapsing and entering nodes (#8758) 2024-01-18 13:45:18 +00:00
pm-openrpc.json E2E tests (#8239) 2023-11-27 15:48:37 +00:00
setup.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00
tableVisualisation.spec.ts New scenarios for e2 e tests: Loading Table Visualization & Fullscreen Vis (#8989) 2024-02-08 12:17:56 +00:00
typesOnNodeHover.spec.ts Reduce test flakiness (#8947) 2024-02-05 14:20:24 +00:00
widgets.spec.ts Properly propagate dynamic configuration inside dropdown widget (#8983) 2024-02-12 10:17:29 +00:00