← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1328577] [NEW] test_close_tab failed on mako #76

 

Public bug reported:

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.

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


** Tags: qa-broken-test

-- 
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:
  New

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


Follow ups

References