コード例 #1
0
    def tearDown(self):

        # In case the assertion fails this will still kill the call
        # An open call creates problems for future tests
        self.data_layer.kill_active_call()

        GaiaMtbfTestCase.tearDown(self)
コード例 #2
0
    def tearDown(self):
        # make sure it goes back to the top for activating editing mode
        self.device.touch_home_button()
        self.device.touch_home_button()

        # delete the bookmark
        self.apps.switch_to_displayed_app()
        self.homescreen.activate_edit_mode()
        self.confirm_dialog = self.homescreen.installed_app(self.bookmark_title).tap_delete_app()
        self.confirm_dialog.tap_confirm()

        self.data_layer.disable_wifi()
        GaiaMtbfTestCase.tearDown(self)
コード例 #3
0
 def tearDown(self):
     GaiaMtbfTestCase.tearDown(self)
コード例 #4
0
 def tearDown(self):
     GaiaMtbfTestCase.tearDown(self)
 def tearDown(self):
     self.data_layer.disable_cell_data()
     GaiaMtbfTestCase.tearDown(self)
 def tearDown(self):
     self.device.touch_home_button()
     self.device.touch_home_button()
     GaiaMtbfTestCase.tearDown(self)
 def tearDown(self):
     self.device.touch_home_button()
     self.device.touch_home_button()
     GaiaMtbfTestCase.tearDown(self)
コード例 #8
0
 def tearDown(self):
     self.data_layer.disable_wifi()
     GaiaMtbfTestCase.tearDown(self)
コード例 #9
0
 def tearDown(self):
     self.data_layer.disable_wifi()
     GaiaMtbfTestCase.tearDown(self)
コード例 #10
0
 def tearDown(self):
     if hasattr(self, "message_thread"):
         self.apps.switch_to_displayed_app()
         self.message_thread.tap_back_button()
     GaiaMtbfTestCase.tearDown(self)
コード例 #11
0
    def tearDown(self):
        if self.fm_radio.is_power_button_on:
            self.fm_radio.tap_power_button()

        GaiaMtbfTestCase.tearDown(self)
 def tearDown(self):
     self.data_layer.disable_cell_data()
     GaiaMtbfTestCase.tearDown(self)
コード例 #13
0
 def tearDown(self):
     self.marionette.switch_to_frame()
     self.data_layer.disable_cell_data()
     GaiaMtbfTestCase.tearDown(self)
コード例 #14
0
 def tearDown(self):
     if hasattr(self, "message_thread"):
         self.apps.switch_to_displayed_app()
         self.message_thread.tap_back_button()
     GaiaMtbfTestCase.tearDown(self)
コード例 #15
0
 def tearDown(self):
     self.marionette.switch_to_frame()
     self.data_layer.disable_cell_data()
     GaiaMtbfTestCase.tearDown(self)
コード例 #16
0
    def tearDown(self):
        if self.fm_radio.is_power_button_on:
            self.fm_radio.tap_power_button()

        GaiaMtbfTestCase.tearDown(self)