diff --git a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-test/html/openbis-test.js b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-test/html/openbis-test.js index aad9dc8bb0dbe2edd71583c2414ef37c32c94ee5..852eb4f9c1b851919fcc6bc169f9bc4b3cebc367 100644 --- a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-test/html/openbis-test.js +++ b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-test/html/openbis-test.js @@ -1085,7 +1085,7 @@ test("listProjects()", function() { assertObjectsCount(response.result, 19); assertObjectsWithCodes(response.result, [ "BACTERIA" ,"CELL_LINES" ,"DEFAULT_PROJECT" ,"FLIES" ,"ORDERS" ,"PLANTS" ,"PLASMIDS" ,"POLYNUCLEOTIDES" ,"PRODUCTS" ,"PROTOCOLS" ,"PUBLIC_REPOSITORIES" ,"REAGENTS" - ,"REQUESTS" ,"SCREENING-EXAMPLES" ,"STORAGES" ,"SUPPLIERS" ,"TEMPLATES" ,"TEST-PROJECT" ,"YEASTS" ]); + ,"REQUESTS" ,"SCREENING-EXAMPLES" ,"STORAGES" ,"STORAGE_POSITIONS", "SUPPLIERS" ,"TEMPLATES" ,"TEST-PROJECT" ,"YEASTS" ]); facade.close(); }); });