← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1328867] [NEW] test_load_page_from_link_reveals_chrome failed on mako #77

 

Public bug reported:

This test is failing on mako image #77, with the following error:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/webbrowser_app/tests/test_progressbar.py", line 69, in test_load_page_from_link_reveals_chrome
    self.go_to_url(url)
  File "/usr/lib/python3/dist-packages/webbrowser_app/tests/__init__.py", line 141, in go_to_url
    self.type_in_address_bar(url)
  File "/usr/lib/python3/dist-packages/webbrowser_app/tests/__init__.py", line 135, in type_in_address_bar
    self.assertThat(text_field.text, Eventually(Contains(text)))
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: After 10.0 seconds test on TextField.text failed: 'http://localhost:49229/clickanywherethenwait/3' not in
dbus.String('http://localhost:/49229/clickan ywherethenwait/3 ', variant_level=1)

It appears something has gone wrong with inputting the text and some
extra space has been inserted (in 'an ywhere'). I was not able to
reproduce this failure locally, but a similar failure has been seen in
another test.

** Affects: webbrowser-app
     Importance: Undecided
         Status: Incomplete


** Tags: qa-broken-test

** Changed in: webbrowser-app
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1328867

Title:
  test_load_page_from_link_reveals_chrome failed on mako #77

Status in Web Browser App:
  Incomplete

Bug description:
  This test is failing on mako image #77, with the following error:

  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/webbrowser_app/tests/test_progressbar.py", line 69, in test_load_page_from_link_reveals_chrome
      self.go_to_url(url)
    File "/usr/lib/python3/dist-packages/webbrowser_app/tests/__init__.py", line 141, in go_to_url
      self.type_in_address_bar(url)
    File "/usr/lib/python3/dist-packages/webbrowser_app/tests/__init__.py", line 135, in type_in_address_bar
      self.assertThat(text_field.text, Eventually(Contains(text)))
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: After 10.0 seconds test on TextField.text failed: 'http://localhost:49229/clickanywherethenwait/3' not in
  dbus.String('http://localhost:/49229/clickan ywherethenwait/3 ', variant_level=1)

  It appears something has gone wrong with inputting the text and some
  extra space has been inserted (in 'an ywhere'). I was not able to
  reproduce this failure locally, but a similar failure has been seen in
  another test.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1328867/+subscriptions


Follow ups

References