======================================================================
FAIL: webbrowser_app.tests.test_keyboard.TestKeyboard.test_bookmark
----------------------------------------------------------------------
Binary content:
FailedTestScreenshot (image/png)
Empty attachments:
/var/log/syslog
process-stdout (../../src/app/webbrowser/webbrowser-app)
process-return-code (../../src/app/webbrowser/webbrowser-app): {{{-15}}}
process-stderr (../../src/app/webbrowser/webbrowser-app): {{{
Xlib: extension "RANDR" missing on display ":5.0".
Testability driver loaded. Wire protocol version is "1.4".
qml: Loaded 3 UA override(s) from file:///home/nerochiaro/projects/phone/webbrowser-app/src/Ubuntu/Web/ua-overrides-desktop.js
Failed to download QUrl( "http://test/favicon.ico" ) : "Host test not found"
}}}
test-log: {{{
17:17:37.959 INFO _launcher:373 - Attempting to launch application '../../src/app/webbrowser/webbrowser-app' with arguments '--new-session http://test/tab/0' as a normal process
17:17:37.970 INFO _launcher:431 - Launching process: ['../../src/app/webbrowser/webbrowser-app', '-testability', '--new-session', 'http://test/tab/0']
17:17:40.465 INFO http_server:151 - "GET /tab/0 HTTP/1.1" 200 -
17:17:40.656 DEBUG _X11:143 - Pressing keys 'Ctrl+D' with delay 0.200000
17:17:40.657 DEBUG _X11:235 - Sending press event for key: Control_L
17:17:40.857 DEBUG _X11:235 - Sending press event for key: D
17:17:41.058 DEBUG _X11:162 - Releasing keys 'Ctrl+D' with delay 0.200000
17:17:41.058 DEBUG _X11:238 - Sending release event for key: D
17:17:41.259 DEBUG _X11:238 - Sending release event for key: Control_L
17:17:51.587 INFO _launcher:544 - waiting for process to exit.
17:17:51.587 INFO _launcher:567 - Killing process 8616
}}}
Traceback (most recent call last):
File "/home/nerochiaro/projects/phone/webbrowser-app/tests/autopilot/webbrowser_app/tests/test_keyboard.py", line 189, in test_bookmark
self.assertThat(chrome.bookmarked, Eventually(Equals(True)))
File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 423, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: After 10.0 seconds test on Chrome.bookmarked failed: True != dbus.Boolean(False, variant_level=1)