Then(/^the "(.+)" tab should be selected$/) do |text|
  expect(find('.selected').text).to eq(text)
end
