Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13848 from singhkaran/933817
Browse files Browse the repository at this point in the history
Bug 933817 - Removed all marketplace tests (excluding smoketest) and its...
  • Loading branch information
Zac committed Nov 21, 2013
2 parents 9470d15 + e5687e7 commit 7e7e684
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 791 deletions.
Empty file.
136 changes: 0 additions & 136 deletions tests/python/gaia-ui-tests/gaiatest/apps/marketplace/app.py

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions tests/python/gaia-ui-tests/gaiatest/gaia_test.py
Expand Up @@ -590,21 +590,6 @@ def cleanUp(self):
# disable sound completely
self.data_layer.set_volume(0)

def install_marketplace(self):
_yes_button_locator = (By.ID, 'app-install-install-button')
mk = {"name": "Marketplace Dev",
"manifest": "https://marketplace-dev.allizom.org/manifest.webapp ",
}

if not self.apps.is_app_installed(mk['name']):
# install the marketplace dev app
self.marionette.execute_script('navigator.mozApps.install("%s")' % mk['manifest'])

# TODO add this to the system app object when we have one
self.wait_for_element_displayed(*_yes_button_locator)
self.marionette.find_element(*_yes_button_locator).tap()
self.wait_for_element_not_displayed(*_yes_button_locator)

def connect_to_network(self):
if not self.device.is_online:
try:
Expand Down

0 comments on commit 7e7e684

Please sign in to comment.