summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/tst_save.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests/data/tst_save.qml')
-rw-r--r--tests/auto/quick/qmltests/data/tst_save.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests/data/tst_save.qml b/tests/auto/quick/qmltests/data/tst_save.qml
index f07a5f212..08d99022a 100644
--- a/tests/auto/quick/qmltests/data/tst_save.qml
+++ b/tests/auto/quick/qmltests/data/tst_save.qml
@@ -137,6 +137,8 @@ TestWebEngineView {
downLoadRequestedSpy.wait()
compare(downLoadRequestedSpy.count, 1)
compare(downloadUrl, webEngineView.url)
+ compare(downloadDir, fileDir)
+ compare(downloadFileName, fileName)
compare(isSavePageDownload, true)
compare(downloadState[0], WebEngineDownloadRequest.DownloadRequested)
}