Revert last changes, but keep code improvements

This commit is contained in:
Veronica Berglyd Olsen
2024-04-13 00:03:08 +02:00
parent a43c351e25
commit 95d91562ec
2 changed files with 1 additions and 36 deletions
@@ -141,12 +141,6 @@ def testManuscript_Builds(qtbot: QtBot, nwGUI: GuiMain, projPath: Path):
assert build.name == "Test Build"
assert manus.buildList.count() == 1
# Changing language should also update project language
manus.buildLanguage.setCurrentData("de_DE", "de_DE")
assert SHARED.project.data.language == "de_DE"
manus.buildLanguage.setCurrentData("en_GB", "en_GB")
assert SHARED.project.data.language == "en_GB"
# Close the dialog should also close the child dialogs
manus.btnClose.click()
if isinstance(bSettings, GuiBuildSettings):