diff --git a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-import-export.js b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-import-export.js
index d341a2bbf0072be90757a1fac1ef987743d8bae6..45dc9ece70542b3c53ab212a06b6826228c990fb 100644
--- a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-import-export.js
+++ b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-import-export.js
@@ -169,8 +169,10 @@ define([ 'jquery', 'underscore', 'openbis', 'test/openbis-execute-operations', '
         }
 
         var fCheck = function(facade, result) {
+          c.ok("Got results: " + result);
           // Simple smoke test in this case.
           c.assertNotNull(result);
+          c.finish();
           return null;
         }