~allanlesage/+junk/reboot-instead-of-remount-ro

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/tests/test_calls.py

  • Committer: Tarmac
  • Author(s): Richard Huddie
  • Date: 2016-03-14 14:19:04 UTC
  • mfrom: (352.1.1 ubuntu-system-tests)
  • Revision ID: tarmac-20160314141904-5xkankpghatv4bkt
Fix for opening sound indicator in test_incoming_call_silent_mode test.

Approved by Omer Akram, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
595
595
 
596
596
        """
597
597
        self._create_observers()
598
 
        indicator, indicator_page = indicators.open_network_indicator(
 
598
        indicator, indicator_page = indicators.open_sound_indicator(
599
599
            return_base=True)
600
600
 
601
601
        self.assertFalse(indicator_page.get_silent_mode_switcher().checked)