When /^I am looking at the header$/ do @scope = @current_page.header_element end Then /^the home link should be highlighted$/ do # explicitly search for list item because @scope is not a page expect(@scope.list_item_element(class: "active")).to be_visible end