~mvo/software-center/downloader-fix-race839462-again

« back to all changes in this revision

Viewing changes to tests/gtk3/windows.py

* lp:~mvo/software-center/lobby-visual-mvo-workaround-lp1048912:
  - workaround for visual corruption that is occuring
    on startup when recommendations are enabled
    (LP: #1048912)

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
        view = recommendations.RecommendationsPanelDetails(
382
382
                db, properties_helper)
383
383
 
384
 
    win = get_test_window(child=view)
 
384
    win = get_test_window(child=view, width=600, height=300)
385
385
    win.set_data("rec_panel", view)
386
386
    return win
387
387