Fix ActionEvent enums

This commit is contained in:
Veronica Berglyd Olsen
2024-09-18 21:46:44 +02:00
parent 10527afbda
commit cc8d7d9912
10 changed files with 126 additions and 126 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ def testDlgWordList_Dialog(qtbot, monkeypatch, nwGUI, fncPath, projPath):
nwGUI.openProject(projPath)
# Load the dialog
nwGUI.mainMenu.aEditWordList.activate(QAction.Trigger)
nwGUI.mainMenu.aEditWordList.activate(QAction.ActionEvent.Trigger)
qtbot.waitUntil(lambda: SHARED.findTopLevelWidget(GuiWordList) is not None, timeout=1000)
wList = SHARED.findTopLevelWidget(GuiWordList)