gristlabs_grist-core/app
Cyprien P 808aacdc52 (core) Fix CustomWidget nbrowser test
Summary:
 - test/nbrowser/CustomFilter keeps randomly fail on my local dev
 - it failed with `Cannot read property of null (reading 'postMessage`)` at line below:
 `this._rpc.setSendMessage(msg => this._iframe?.contentWindow!.postMessage(msg, '*'));`
 - I understand it was trying to send message before even the iframe was properly mounted
 - telling rpc to wait for the other end to send ready() successfully differ send message until everything's mounted.

Test Plan:  - should not break anything and test/nbrowser/CustomFilter should stop failing

Reviewers: jarek

Reviewed By: jarek

Subscribers: jarek

Differential Revision: https://phab.getgrist.com/D3510
2022-07-05 20:27:39 +02:00
..
client (core) Fix CustomWidget nbrowser test 2022-07-05 20:27:39 +02:00
common (core) Faster builds all around. 2022-07-04 10:42:40 -04:00
gen-server (core) Faster builds all around. 2022-07-04 10:42:40 -04:00
plugin (core) Speed up and upgrade build. 2022-06-27 16:10:10 -04:00
server (core) Faster builds all around. 2022-07-04 10:42:40 -04:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00