You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following commit introduced incompatibility between pytest-qt and pytest-qml: pytest-dev/pytest-qt@5192cf6
getting an error message:
'QmlBot' object has no attribute 'waitSignal'
Possible solution: use QtBot.waitSignal(self, ... in case of QtBot.wait_signal(self, ... to call proper method
pull request: #14
The text was updated successfully, but these errors were encountered:
Following commit introduced incompatibility between pytest-qt and pytest-qml:
pytest-dev/pytest-qt@5192cf6
getting an error message:
'QmlBot' object has no attribute 'waitSignal'
Possible solution: use
QtBot.waitSignal(self, ...
in case ofQtBot.wait_signal(self, ...
to call proper methodpull request: #14
The text was updated successfully, but these errors were encountered: