Closed
Bug 1147569
Opened 10 years ago
Closed 10 years ago
Topic accordion is not rendering as it used to
Categories
(support.mozilla.org :: Knowledge Base Software, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bsilverberg, Assigned: mythmon)
Details
(Whiteboard: [fromAutomation])
Some of our automated tests for SUMO are failing because the markup that we used to use to select a topic on the Create a New Knowledge Base Article screen is no longer there.
The current test interacts with an accordion element which has locators like `#ui-accordion-accordion-header-0` and `#ui-accordion-accordion-panel-0`, but those are no longer on the page. Now it is just a list of checkboxes.
You can see a screenshot of the current page that our tests encounter at [1], and the source of said page is at [2].
[1] https://webqa-ci.mozilla.com/view/SUMO/job/sumo.stage/69/HTML_Report/debug/tests_desktop_test_kb_article_TestKnowledgeBaseArticle/test_that_article_can_be_edited/screenshot.png
[2] https://webqa-ci.mozilla.com/job/sumo.stage/69/HTML_Report/debug/tests_desktop_test_kb_article_TestKnowledgeBaseArticle/test_that_article_can_be_edited/html.txt
| Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → mcooper
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Looks like this was fixed in https://github.com/mythmon/kitsune/commit/64b9d33e4b91985c9bd399cca921d61917dd9a36 - Mike, is there anything left here to do?
Also, has this been pushed to staging?
Flags: needinfo?(mcooper)
| Assignee | ||
Comment 3•10 years ago
|
||
I just pushed this to staging and prod. It should be working now. Sorry about the delay between fix and deployment.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(mcooper)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•