~ubuntu-calendar-dev/ubuntu-calendar-app/5-Improved-EventDetails

« back to all changes in this revision

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

merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
        else:
184
184
            return None
185
185
 
 
186
    def get_month_year(self, component):
 
187
        return self.wait_select_single(
 
188
            "Label", objectName="monthYearLabel").text
 
189
 
186
190
    def get_year(self, component):
187
191
        return int(component.wait_select_single(
188
192
            "Label", objectName="yearLabel").text)