enso/app/gui2/e2e
Adam Obuchowicz a6fc8cb932
Reimplement AI PoC from GUI1 (#9476)
Fixes #9313

[Screencast from 2024-03-22 09-09-07.webm](https://github.com/enso-org/enso/assets/3919101/6ad86145-6882-4bde-993d-b1270f1ec06c)

# Important Notes
* This is PoC, so I didn't spend time on polishing the visuals; the design will likely change.
* I modified the shortcut handler a bit, allowing making multiple actions for same binding - the action's handler will be called in unspecified order, until one of them handle the event (i.e. not return false).
* To make it working regardless of imports, I needed to export AI module in Standard.Visualization. Moreover, needed to remove build_ai_prompt for Any, because it was causing issues - expect a bug report soon.
2024-03-25 09:14:41 +00:00
..
actions.ts cleanup GUI entrypoints and mocking (#9403) 2024-03-14 17:05:26 +00:00
collapsingAndEntering.spec.ts Add-node buttons (#9247) 2024-03-08 19:00:39 +00:00
componentBrowser.spec.ts Reimplement AI PoC from GUI1 (#9476) 2024-03-25 09:14:41 +00:00
customExpect.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
edgeInteractions.spec.ts Fix Conditional ports tests. (#9495) 2024-03-20 11:00:22 +00: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 Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
graphNodeVisualization.spec.ts Remove-warnings button (#9391) 2024-03-17 16:29:56 +00:00
graphRenderNodes.spec.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
locate.ts Self-argument access chain ports are conditional (#9439) 2024-03-18 03:24:22 +00:00
pm-openrpc.json E2E tests (#8239) 2023-11-27 15:48:37 +00:00
selectingNodes.spec.ts Move selections to a new layer (#9344) 2024-03-11 15:40:16 +00:00
setup.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00
tableVisualisation.spec.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
typesOnNodeHover.spec.ts Reduce test flakiness (#8947) 2024-02-05 14:20:24 +00:00
widgets.spec.ts Drop-down filtering (#9399) 2024-03-15 15:15:43 +00:00