~tiagosh/dialer-app/modular-mmi2

« back to all changes in this revision

Viewing changes to tests/autopilot/dialer_app/tests/test_logs.py

merge branch 3

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        """
60
60
        delegate = self.main_view.wait_select_single(
61
61
            ListItemWithActions.HistoryDelegate, objectName='historyDelegate0')
62
 
        delegate.active_action(2)
 
62
        delegate.active_action(3)
63
63
        self.addCleanup(subprocess.call, ['pkill', '-f', 'messaging-app'])
64
64
 
65
65
        msg_app = self._get_app_proxy_object('messaging-app')
78
78
        """
79
79
        delegate = self.main_view.wait_select_single(
80
80
            ListItemWithActions.HistoryDelegate, objectName='historyDelegate0')
81
 
        delegate.active_action(1)
 
81
        delegate.active_action(2)
82
82
        self.addCleanup(subprocess.call, ['pkill', '-f', 'address-book-app'])
83
83
 
84
84
        cntct_app = self._get_app_proxy_object('address-book-app')