mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
QA: Update selector tagName
Follow up to Id032df3a420d577e42572ab128ca89a006b67ffe where the tag name changed from div to section Change-Id: I9b40102c9e7a3e85003432759e3a5e3208fcddc4
This commit is contained in:
parent
e75c5caa7e
commit
9a90b22c3f
|
@ -174,7 +174,7 @@ class ArticlePage # rubocop:disable Metrics/ClassLength
|
|||
|
||||
# sections
|
||||
h2(:first_section, css: '.section-heading', index: 0)
|
||||
div(:first_section_content, id: 'content-collapsible-block-0')
|
||||
section(:first_section_content, id: 'content-collapsible-block-0')
|
||||
h2(:third_section, css: '.collapsible-block', index: 2)
|
||||
|
||||
# issues
|
||||
|
|
Loading…
Reference in a new issue