diff --git a/ui/workspace.js b/ui/workspace.js index c0b4b1f..1721b92 100644 --- a/ui/workspace.js +++ b/ui/workspace.js @@ -310,7 +310,7 @@ class Actions { * user gesture save the current test as a zip file */ async saveZip() { Test._saveBlob = await Test.current.createZipBlob(); - await Test.current.saveZipFile(Test._saveBlob); + let fileHandle = await Test.current.saveZipFile(Test._saveBlob); // the name may have changed if (fileHandle) {