Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the "must check that an infinite loop is not triggered" scripting…
… integration test This integration test fails intermittently because we're not correctly awaiting typing actions, causing some characters to be missed in the assertion. This commit fixes the issues by directly waiting for the expected text area contents, similar to e.g. PR mozilla#18399 and PR mozilla#19001.
- Loading branch information