Skip to content

Commit

Permalink
add comment about --forked issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cwiede committed Jul 21, 2023
1 parent 7e1869e commit ac0e6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexxT/tests/integration/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1601,6 +1601,7 @@ def _stage0(self):
appidx = conf.model.indexOfSubConfig(conf.configuration().applicationByName("application"))
self.cmContextMenu(conf, appidx, CM_INIT_APP)
self.qtbot.wait(1000)
# note: the following depends on --forked isolation which is broken with PySide6
self.assertLogItem(log, "INFO", "myfilter version 1")
# move the window to non-standard position
self.getMdiWindow().move(QPoint(37, 63))
Expand Down

0 comments on commit ac0e6a1

Please sign in to comment.