enso/app/gui2/e2e
Ilya Bogdanov e1943bdd49
Properly propagate dynamic configuration inside dropdown widget (#8983)
Closes #8932

Now we use a bit more robust mechanism for passing dynamic configuration down the widget tree inside dropdowns, no longer relying on the `label`s used for dropdown items.

Curiously, we still need to use a hotfix implemented earlier, as we won’t have info about the currently selected item otherwise. Highlight for the currently selected item is not crucial as proper dynamic config, so we can leave with the current solution in the meantime.

No visual changes to the IDE, apart from fixed highlight for currently selected item.

# Important Notes
Target branch: #8950, for easier testing.
2024-02-12 10:17:29 +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 vector widget in non-argument literal (#8972) 2024-02-06 09:43:38 +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 New scenarios for E2E tests - Interactions with Edges (#8917) 2024-02-06 16:15:00 +00:00
edgeRendering.spec.ts New scenarios for E2E tests - Interactions with Edges (#8917) 2024-02-06 16:15:00 +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 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
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