Safe access

This commit is contained in:
Belen Curcio
2017-11-20 00:38:52 -03:00
parent 7ec239fd68
commit 8f12fcd09b
4 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -36,6 +36,7 @@ module.exports = {
adminPage
.openDrawer()
.goToCommunity();
.goToCommunity();
},
};
+1
View File
@@ -17,6 +17,7 @@ module.exports = {
},
'creates a new asset': (client) => {
const asset = 'newAssetTest';
const embedStream = client.page.embedStream();