qutebrowser/tests/integration/features
Florian Bruhin 40721a2b6b bdd: Wait until basic-auth page is fully loaded.
This hopefully fixes this flakyness in
test_successful_webpage_authentification:

    tests/integration/features/test_prompts.py:129:
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    [...]
    tests/integration/features/conftest.py:381: in check_contents_json
	actual = json.loads(content)
    /usr/lib/python3.4/json/__init__.py:318: in loads
	return _default_decoder.decode(s)
    /usr/lib/python3.4/json/decoder.py:343: in decode
	obj, end = self.raw_decode(s, idx=_w(s, 0).end())
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    [...]
    >           raise ValueError(errmsg("Expecting value", s, err.value)) from None
    E           ValueError: Expecting value: line 1 column 1 (char 0)
2016-01-15 06:51:48 +01:00
..
backforward.feature bdd: Handle some more corner cases in commands.py. 2016-01-06 18:27:14 +01:00
caret.feature bdd: Run :tab-only between tests for caret/search. 2016-01-08 00:58:01 +01:00
conftest.py bdd: Add check_contents_json. 2016-01-14 22:27:00 +01:00
downloads.feature bdd: Remove trailing dots. 2015-11-26 17:50:39 +01:00
hints.feature bdd: Remove trailing dots. 2015-11-26 17:50:39 +01:00
keyinput.feature tests: Hopefully fix keyinput.feature flakiness. 2015-12-18 07:13:16 +01:00
misc.feature bdd: Add a xfail_norun marker. 2016-01-14 07:53:00 +01:00
navigate.feature bdd: Remove trailing dots. 2015-11-26 17:50:39 +01:00
open.feature bdd: Remove trailing dots. 2015-11-26 17:50:39 +01:00
prompts.feature bdd: Wait until basic-auth page is fully loaded. 2016-01-15 06:51:48 +01:00
scroll.feature Remove various deprecated commands/arguments. 2015-12-20 18:38:29 +01:00
search.feature bdd: Add a xfail_norun marker. 2016-01-14 07:53:00 +01:00
set.feature bdd: Simplify qute:settings test. 2015-12-02 22:19:43 +01:00
tabs.feature bdd: Add test for :undo. 2016-01-06 18:27:14 +01:00
test_backforward.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_caret.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_downloads.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_hints.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_keyinput.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_misc.py Merge branch 'pdfjs' of https://github.com/Kingdread/qutebrowser into Kingdread-pdfjs 2016-01-05 07:21:26 +01:00
test_navigate.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_open.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_prompts.py bdd: Make "I wait for a prompt" step explicit. 2016-01-14 07:03:55 +01:00
test_scroll.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_search.py bdd: Add first tests for searching. 2016-01-07 07:49:45 +01:00
test_set.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_tabs.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_urlmarks.py bdd: Add some tests for quickmarks. 2016-01-10 21:21:32 +01:00
test_yankpaste.py tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
test_zoom.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
urlmarks.feature bdd: Add some tests for quickmarks. 2016-01-10 21:21:32 +01:00
yankpaste.feature Remove empty line. 2016-01-13 18:13:16 +01:00
zoom.feature bdd: Handle some more corner cases in commands.py. 2016-01-06 18:27:14 +01:00