enso/app/gui2/e2e
Ilya Bogdanov f96e5dddd6
e2e tests for collapsing and entering nodes (#8758)
Related to https://github.com/enso-org/enso/issues/8518

These tests already caught one regression in nav breadcrumbs: https://github.com/enso-org/enso/issues/8756

It also provides API for mocking expression updates for arbitrary nodes on the screen. The implementation is a bit convoluted and includes setting a callback on `window`, but it looks like the only possible solution given our architecture and playwright restrictions.
2024-01-18 13:45:18 +00:00
..
actions.ts E2E tests (#8239) 2023-11-27 15:48:37 +00:00
collapsingAndEntering.spec.ts e2e tests for collapsing and entering nodes (#8758) 2024-01-18 13:45:18 +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 e2e tests for collapsing and entering nodes (#8758) 2024-01-18 13:45:18 +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