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:
jdlrobson 2019-12-19 11:32:49 -08:00
parent e75c5caa7e
commit 9a90b22c3f

View file

@ -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