enso/app
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
..
gui Parse inline function signatures (#8470) 2023-12-12 14:48:44 +00:00
gui2 Reduce test flakiness (#8947) 2024-02-05 14:20:24 +00:00
ide-desktop Fix loading wasm for ydocs server (#8952) 2024-02-02 17:01:58 +01:00