Skip to content

Instantly share code, notes, and snippets.

@rodrigoulisses
Created March 22, 2013 17:30
Show Gist options
  • Save rodrigoulisses/5223173 to your computer and use it in GitHub Desktop.
Save rodrigoulisses/5223173 to your computer and use it in GitHub Desktop.
scenario 'should validate person is company' do
Individual.make!(:sobrinho)
Company.make!(:ibrama)
navigate 'Relatório > Cadastrais > Controle de Seguros'
within_modal 'Seguradora' do
click_button 'Pesquisar'
expect(page).to have_content "85.113.468/0001-45"
expect(page).to_not have_content "003.151.987-37"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment