Closed
Bug 1085550
Opened 11 years ago
Closed 11 years ago
Intermittent failing test, Vertical - Group collapse the first group | AssertionError: false == true
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.1 S7 (24Oct)
People
(Reporter: kgrandon, Assigned: cwiiis)
Details
(Keywords: intermittent-failure, Whiteboard: [systemsfe])
Attachments
(1 file)
https://taskcluster-artifacts.s3-us-west-2.amazonaws.com/BIsjm33YSFml8mSRxMULdQ/4/public/marionette_js_tests/debug.log?AWSAccessKeyId=AKIAIZOQG4W6WG3PH3RQ&Expires=1413833659&Signature=RD2ox70erLop6GWeqfo7scr8tIY%3D
1) Vertical - Group collapse the first group:
AssertionError: false == true
at Context.<anonymous> (/home/tester/git_checkout/apps/verticalhome/test/marionette/group_collapse_test.js:55:12)
at callFn (/home/tester/git_checkout/node_modules/mocha/lib/runnable.js:223:21)
at Test.Runnable.run (/home/tester/git_checkout/node_modules/mocha/lib/runnable.js:216:7)
at Runner.runTest (/home/tester/git_checkout/node_modules/mocha/lib/runner.js:373:10)
at /home/tester/git_checkout/node_modules/mocha/lib/runner.js:451:12
at next (/home/tester/git_checkout/node_modules/mocha/lib/runner.js:298:14)
at /home/tester/git_checkout/node_modules/mocha/lib/runner.js:308:7
at next (/home/tester/git_checkout/node_modules/mocha/lib/runner.js:246:23)
at /home/tester/git_checkout/node_modules/mocha/lib/runner.js:270:7
at done (/home/tester/git_checkout/node_modules/mocha/lib/runnable.js:185:5)
at callFn (/home/tester/git_checkout/node_modules/mocha/lib/runnable.js:228:7)
at Hook.Runnable.run (/home/tester/git_checkout/node_modules/mocha/lib/runnable.js:216:7)
at next (/home/tester/git_checkout/node_modules/mocha/lib/runner.js:258:10)
at /home/tester/git_checkout/node_modules/mocha/lib/runner.js:270:7
at done (/home/tester/git_checkout/node_modules/mocha/lib/runnable.js:185:5)
at /home/tester/git_checkout/node_modules/mocha/lib/runnable.js:199:9
at Object.executeHook (/home/tester/git_checkout/node_modules/marionette-client/lib/marionette/client.js:369:18)
at process._tickCallback (node.js:419:13)
Reporter | ||
Comment 1•11 years ago
|
||
Keywords: leave-open
Reporter | ||
Comment 2•11 years ago
|
||
Something we need to fix. I will take a look unless you beat me to it.
Flags: needinfo?(chrislord.net)
Assignee | ||
Comment 4•11 years ago
|
||
Interestingly, this is failing pretty consistently for me locally, but it wasn't before... It's just not collapsing the group :/
Assignee | ||
Comment 5•11 years ago
|
||
Seems the method of waiting for the element to come into view isn't reliable (anymore?), so just replaced it with a wait. Possibly it also needed to wait for a transition... I think there are marionette bugs on file that will provide more reliable ways of doing this but this seems reasonable enough to me for now.
Assignee: nobody → chrislord.net
Status: NEW → ASSIGNED
Attachment #8508637 -
Flags: review?(kgrandon)
Reporter | ||
Comment 6•11 years ago
|
||
Comment on attachment 8508637 [details] [review]
Fix group_collapse_test.js
lgtm, let's try it!
Attachment #8508637 -
Flags: review?(kgrandon) → review+
Reporter | ||
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 2.1 S7 (24Oct)
Comment 8•8 years ago
|
||
Removing leave-open keyword from resolved bugs, per :sylvestre.
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•