~phill-ridout/openlp/ftw-refactors

« back to all changes in this revision

Viewing changes to tests/functional/openlp_core/ui/test_firsttimeform.py

  • Committer: Philip Ridout
  • Date: 2019-03-08 22:51:27 UTC
  • Revision ID: phill.ridout@gmail.com-20190308225127-7ud9wh3m4lhes0qp
mac test fix?

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
        # GIVEN: An instance of FirstTimeForm
262
262
        frw = FirstTimeForm(None)
263
263
        with patch.object(frw, '_set_plugin_status'), patch.object(frw, 'screen_selection_widget'), \
 
264
                patch.object(frw, 'setup_ui'), \
264
265
                patch.object(frw, 'theme_combo_box', **{'currentIndex.return_value': '-1'}):
265
266
 
266
267
            # WHEN: Calling accept and the currentIndex method of the theme_combo_box returns -1