fix(pyqt): webengine must be imported before qcoreapplication
Description
It seems that PyQt6 requires that the QWebEngine must be imported before any QCoreApplication. The recently introduced changes to the dispatcher force us to now add the import of qwebengine to the import of utils. Otherwise the tests will fail from time to time (depending on the random order seed).