When(/^I open the header type dropwdown$/) do
  @context.expand_page_partial('.page-partial')
  @context.open_type_dropdown
end

Then(/^I should see all of the header types$/) do
  @context.expect_all_header_types
end
