~timo-jyrinki/ubuntu-calendar-app/use_pickerpanelworkaround_lp1351024

« back to all changes in this revision

Viewing changes to tests/autopilot/calendar_app/tests/test_monthview.py

  • Committer: nskaggs
  • Date: 2014-07-01 20:26:51 UTC
  • mto: This revision was merged to the branch mainline in revision 339.
  • Revision ID: nicholas.skaggs@canonical.com-20140701202651-ozoghwtlgnkfjqsy
fix objectnames, add object passing

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    def setUp(self):
35
35
        super(TestMonthView, self).setUp()
36
36
        self.assertThat(self.main_view.visible, Eventually(Equals(True)))
37
 
        
 
37
 
38
38
        self.month_view = self.main_view.go_to_month_view()
39
39
 
40
40
    def _change_month(self, delta):