enso/app/gui2/e2e
Adam Obuchowicz 057245ea5e
Fix nested drop downs + test scenarios for drop-down and vector widgets. (#8859)
Part of #8518
Closes #8822

The drop downs were missing, because WidgetFunction had a higher score than them and took precedence. The fix was to adjust scores, so drop down is before both argument name and function. Generally, any widget expecting to "overlap" existing code (and possibly further widgets) should go before WidgetFunction.

# Important Notes
* Extended mockExpressionUpdate to accept a subexpression of a node. Also, I removed it from GraphDb - I want this function to have as little impact on app code as possible.
2024-01-26 17:18:27 +00:00
..
actions.ts E2E tests (#8239) 2023-11-27 15:48:37 +00:00
collapsingAndEntering.spec.ts Fix nested drop downs + test scenarios for drop-down and vector widgets. (#8859) 2024-01-26 17:18:27 +00:00
componentBrowser.spec.ts e2e tests for collapsing and entering nodes (#8758) 2024-01-18 13:45:18 +00:00
customExpect.ts E2E tests (#8239) 2023-11-27 15:48:37 +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
graphNodeVisualization.spec.ts E2E tests (#8239) 2023-11-27 15:48:37 +00:00
graphRenderNodes.spec.ts E2E tests (#8239) 2023-11-27 15:48:37 +00:00
locate.ts e2e tests for collapsing and entering nodes (#8758) 2024-01-18 13:45:18 +00:00
main.ts e2e tests for collapsing and entering nodes (#8758) 2024-01-18 13:45:18 +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
widgets.spec.ts Fix nested drop downs + test scenarios for drop-down and vector widgets. (#8859) 2024-01-26 17:18:27 +00:00