summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/widgets/qwebengineframe/tst_qwebengineframe.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/widgets/qwebengineframe/tst_qwebengineframe.cpp b/tests/auto/widgets/qwebengineframe/tst_qwebengineframe.cpp
index 608b09396..5e1113765 100644
--- a/tests/auto/widgets/qwebengineframe/tst_qwebengineframe.cpp
+++ b/tests/auto/widgets/qwebengineframe/tst_qwebengineframe.cpp
@@ -561,8 +561,7 @@ void tst_QWebEngineFrame::setHtmlWithJSAlert()
page.setHtml(html);
waitForSignal(&page, SIGNAL(loadFinished(bool)));
QCOMPARE(page.alerts, 1);
- QEXPECT_FAIL("", "https://bugs.webkit.org/show_bug.cgi?id=118663", Continue);
- QCOMPARE(toHtmlSync(m_view->page()), html);
+ QCOMPARE(toHtmlSync(&page), html);
}
class TestNetworkManager : public QNetworkAccessManager