Remove hgroup usage

This commit is contained in:
Christine Lytwynec
2016-02-17 11:18:37 -05:00
parent 21aa7edd1c
commit 57b7034e5b
12 changed files with 18 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ LMS index (home) page.
from bok_choy.page_object import PageObject
from . import BASE_URL
BANNER_SELECTOR = 'section.home header div.outer-wrapper div.title hgroup h1'
BANNER_SELECTOR = 'section.home header div.outer-wrapper div.title .heading-group h1'
INTRO_VIDEO_SELECTOR = 'div.play-intro'
VIDEO_MODAL_SELECTOR = 'section#video-modal.modal.home-page-video-modal.video-modal'