enso/app/gui2/e2e
Adam Obuchowicz fa4b980d67
Reduce test flakiness (#8947)
Probably fixes the first point in #8942

My guess is that the mockExpressionUpdate may be not set in cases when the test runs before App mounting. To make sure all the setup is done, we wait for `App` widget to being mounted before proceeding.

# Important Notes
This PR also change the way we run test's server. Before it was always a production build, but this makes development iteration long. Now we test production build only on CI or when `PROD=true` env variable is set.
2024-02-05 14:20:24 +00:00
..
actions.ts Reduce test flakiness (#8947) 2024-02-05 14:20:24 +00:00
collapsingAndEntering.spec.ts Fix breadcrumbs navigation (#8874) 2024-01-29 10:53:44 +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
edgeRendering.spec.ts Syntactic synchronization, automatic parentheses, metadata in Ast (#8893) 2024-02-02 10:22:18 +01: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 New scenarios for E2E - Displaying proper types on nodes on hover (#8856) 2024-01-29 10:37:44 +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
typesOnNodeHover.spec.ts Reduce test flakiness (#8947) 2024-02-05 14:20:24 +00:00
widgets.spec.ts A quick fix for incorrectly working dropdowns. (#8933) 2024-02-02 15:55:22 +01:00