← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1328577] Re: test_close_tab failed on mako #76

 

Closing as this test has been reliably passing for a long time now.

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

-- 
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/1328577

Title:
  test_close_tab failed on mako #76

Status in Web Browser App:
  Invalid

Bug description:
  This test failed on mako image #76, with the following error:

  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/webbrowser_app/tests/test_tabs.py", line 113, in test_close_tab
      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:59909/aleaiactaest' not in dbus.String('h
  ttp :  ///l/ocalhost:59909/aleaiactaest', variant_level=1)

  It looks like there was some glitch in the typing on the OSK. Note the
  beginning of the URL is corrupted. I was unable to reproduce this
  despite rerunning many times though. This bug is primarily to track
  this test in CI.

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


References