Code review comment for lp:~carla-sella/ubuntu-calendar-app/calendar-app

Revision history for this message
Olivier Tilloy (osomon) wrote :

270 + #check that "create event" window opens
271 + #create_event_page = self.main_window.get_create_event_page()
272 + #self.assertThat(lambda: self.main_window.get_create_event_page(), Eventually(Equals("True")))

Why is this commented out? Is it not working?

« Back to merge proposal