Skip to content

Commit

Permalink
Fix running GUI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed Dec 1, 2021
1 parent 620aad2 commit 8e14be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler-gui/tribler_gui/tests/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def window(tmpdir_factory):
QSettings(),
root_state_dir,
api_key=api_key,
core_args=[str(RUN_TRIBLER_PY.absolute()), '--gui-test-mode'],
core_args=[str(RUN_TRIBLER_PY.absolute()), '--core', '--gui-test-mode'],
) # pylint: disable=W0621
app.set_activation_window(window)
QTest.qWaitForWindowExposed(window)
Expand Down

0 comments on commit 8e14be3

Please sign in to comment.