Fix unreliable frame-observer test
Because of the debouncing of mutation observer, sometimes 50ms was not enough to trigger the callback function (`onFrameAdded`). For the `FrameObserver` tests, I have disabled the debouncing. It has the benefit that the test run faster now.
Showing
Please register or sign in to comment