qutebrowser/tests
Florian Bruhin 7c88fe318f Handle cancelled SSL prompts correctly
When the user pressed esc during an SSL prompt, the message.ask call
returned None, which was handled fine by QtWebKit (which simply used an
'if') but failed with QtWebEngine (which returned the value to Qt).

Fixes #2123.
2016-11-16 22:13:57 +01:00
..
end2end Handle cancelled SSL prompts correctly 2016-11-16 22:13:57 +01:00
helpers Fix test_tabwidget 2016-11-15 23:40:24 +01:00
manual Add more tests for prompts 2016-11-03 08:40:42 +01:00
unit Fix test_webkitelem 2016-11-16 13:09:16 +01:00
conftest.py tests: Get rid of flaky_once mark 2016-11-10 22:45:27 +01:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00