Then(/^the "(.+)" page should exist$/) do |name|
  @context.expect_to_exist(name)
end
