diff options
| author | Nate Graham <[email protected]> | 2019-04-18 13:17:13 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2019-04-18 13:17:13 -0600 |
| commit | 546ff9a19e17c60209ab2cdc814ff9fb85a19342 (patch) | |
| tree | 0059403dacd97bfb4014bbcb4161991d623336ff /src/tests/dolphinmainwindowtest.cpp | |
| parent | e26e823909f3d7ef412586b17c171f3c62ec2516 (diff) | |
| parent | 48c082767e3124b1ac6575f83bfcdcdc3e3e9b62 (diff) | |
Merge branch 'Applications/19.04'
Diffstat (limited to 'src/tests/dolphinmainwindowtest.cpp')
| -rw-r--r-- | src/tests/dolphinmainwindowtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/dolphinmainwindowtest.cpp b/src/tests/dolphinmainwindowtest.cpp index c98ababa6..3d09699fe 100644 --- a/src/tests/dolphinmainwindowtest.cpp +++ b/src/tests/dolphinmainwindowtest.cpp @@ -243,7 +243,7 @@ void DolphinMainWindowTest::testNewFileMenuEnabled() QVERIFY(QTest::qWaitForWindowExposed(m_mainWindow.data())); QVERIFY(m_mainWindow->isVisible()); - auto newFileMenu = m_mainWindow->findChild<DolphinNewFileMenu*>("newFileMenu"); + auto newFileMenu = m_mainWindow->findChild<DolphinNewFileMenu*>("new_menu"); QVERIFY(newFileMenu); QFETCH(bool, expectedEnabled); |
