Closed
Bug 1182471
Opened 9 years ago
Closed 9 years ago
[Aries] test_browser_navigation: The webpage title is not complete on Aries
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-master affected)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
b2g-master | --- | affected |
People
(Reporter: jlorenzo, Unassigned)
References
Details
On Flame you the title of the webpage is 'Mozilla Community'. On Aries, it's just 'Mozilla'
> TEST-UNEXPECTED-ERROR | test_browser_navigation.py TestBrowserNavigation.test_browser_back_button | TimeoutException: TimeoutException: Timed out after 30.1 seconds
>
>
> Traceback (most recent call last):
> File "/home/jlorenzo/git/gaia/tests/python/gaia-ui-tests/.env/lib/python2.7/site-packages/marionette_client-0.16-py2.7.egg/marionette/marionette_test.py", line 296, in run
> testMethod()
> File "/home/jlorenzo/git/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_navigation.py", line 28, in test_browser_back_button
> Wait(self.marionette).until(lambda m: m.title == 'Mozilla Community')
> File "/home/jlorenzo/git/gaia/tests/python/gaia-ui-tests/.env/lib/python2.7/site-packages/marionette_driver-0.9-py2.7.egg/marionette_driver/wait.py", line 143, in until
> cause=last_exc)
> TEST-INFO took 89842ms
Reporter | ||
Comment 1•9 years ago
|
||
It turns out that this test pass on the latest build[1]. Scratch the link [2] in the previous comment. We can't have a correct build with Jenkins today. It fails to download the pip dependencies.
Martijn, could you tell me if the test also passes on your Aries? If so, let's close this bug as Works for me.
[1] Build ID 20150825021113
Gaia Revision b441bde54293bea5254dc340845effe951fa3906
Gaia Date 2015-08-24 17:47:19
Gecko Revision https://hg.mozilla.org/mozilla-central/rev/04b8c412d9f58fb6194c58dcaa66bf278bbd53cf
Gecko Version 43.0a1
Device Name aries
Firmware(Release) 4.4.2
Firmware(Incremental) eng.worker.20150825.013149
Firmware Date Tue Aug 25 01:31:57 UTC 2015
Bootloader s1
Flags: needinfo?(martijn.martijn)
Comment 2•9 years ago
|
||
The latest Aries build keeps on crashing for me when the page tries to load. This is due to bug 1197183.
I would just enable this test, if you see it passing now.
Flags: needinfo?(martijn.martijn)
Comment 3•9 years ago
|
||
Bug 1197183 just became fixed, I could try in tomorrow's build, I guess.
Flags: needinfo?(martijn.martijn)
Comment 4•9 years ago
|
||
Yes, this test is passing now on the Aries device, marking WFM.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Flags: needinfo?(martijn.martijn)
You need to log in
before you can comment on or make changes to this bug.
Description
•