Fix broken test

This commit is contained in:
Veronica Berglyd Olsen
2022-05-14 19:07:34 +02:00
parent 096c2dbc83
commit d965320b57
+1 -1
View File
@@ -43,7 +43,7 @@ def testGuiOutline_Main(qtbot, monkeypatch, nwGUI, nwLipsum):
nwGUI.mainConf.lastPath = nwLipsum
nwGUI.rebuildIndex()
nwGUI.mainStack.setCurrentIndex(nwGUI.idxTabProj)
nwGUI.mainStack.setCurrentIndex(nwGUI.idxOutlineView)
assert nwGUI.projView.topLevelItemCount() > 0