Code review comment for lp:~om26er/ubuntu-weather-app/fix_db_tests

Revision history for this message
Sergio Schvezov (sergiusens) wrote :

Instead of waiting for
10 + self.main_window.visible.wait_for(True)

why not wait for the database file you care about to be created? If the app is responsible, the app being visible does not guarantee it has created the db

review: Needs Fixing

« Back to merge proposal