Skip to content

Instantly share code, notes, and snippets.

@kay4444
Created December 16, 2016 15:43
Show Gist options
  • Save kay4444/1a8ef7f9fca011882cf8a0392521abbd to your computer and use it in GitHub Desktop.
Save kay4444/1a8ef7f9fca011882cf8a0392521abbd to your computer and use it in GitHub Desktop.
My TC file
require_relative '../specs/capybara_spec'
describe 'First ' do
context 'Mobile ' do
it 'Test:' do
a = Capybara.current_session.driver.browser.app_installed?('com.medtronicndt.envisionpro.mock')
puts "App Status: " + a.to_s
expect(a).to be false
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment