This helper waits for requests initiated by the action to finish. It is similar to waitUntil: 'networkidle'
option, but is designed to work with any action, like click.
Example usage:
const waitForNetworkSettled = require('./networkSettled');
// Wait for network settled after navigation,