Currently the step I should see the heading "(?P<heading>[^"]*)" in the "(?P<region>[^"]*)"(?:| region) is looking for heading on the page under the tag "h2", ($elements = $regionObj->findAll('css', 'h2'); )but it should look under all the "hX" tags.

CommentFileSizeAuthor
#1 heading-correction-1846792-1.patch1.27 KBkssundar

Comments

kssundar’s picture

Status: Active » Needs review
StatusFileSize
new1.27 KB

Attached is the patch to correct this issue.

Note: The patch uploaded at #1838136: Consistency in throwing exceptions issue was not applied when this patch was created.

jhedstrom’s picture

Status: Needs review » Fixed

Committed #1 in f826a2e. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit f826a2e on master, 1.0 authored by ksbalajisundar, committed by jhedstrom:
    Issue #1846792 by ksbalajisundar: Fixed Step I should see the heading...

  • Commit f826a2e on master, 1.0, test-symfony authored by ksbalajisundar, committed by jhedstrom:
    Issue #1846792 by ksbalajisundar: Fixed Step I should see the heading...