diff --git a/src/mainwindow_test.cpp b/src/mainwindow_test.cpp index 38be2cc..82f99b7 100644 --- a/src/mainwindow_test.cpp +++ b/src/mainwindow_test.cpp @@ -113,7 +113,7 @@ TEST_F(MainWindowTest, ChooseAmbientLight) { EXPECT_EQ(ambientLightColour.g, testColor.greenF()); EXPECT_EQ(ambientLightColour.b, testColor.blueF()); } -/* + TEST_F(MainWindowTest, ChooseViewportOptions) { auto actionSingle = mainWindow->findChild("actionSingle"); auto actionSideBySide = mainWindow->findChild("action1x1_Side_by_Side"); @@ -151,7 +151,7 @@ TEST_F(MainWindowTest, ChooseViewportOptions) { ASSERT_FALSE(actionSingle->isChecked()); ASSERT_FALSE(actionSideBySide->isChecked()); ASSERT_TRUE(actionUpperLower->isChecked()); -} failing on GH Actions */ +} TEST_F(MainWindowTest, AddViewport) { auto actionAddViewport = mainWindow->findChild("actionAdd_Viewport");