This commit is contained in:
Chi Vinh Le
2017-10-17 18:26:43 +07:00
parent 8cf04c5c66
commit 5197cab2b4
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
module.exports = {
'@tags': ['install'],
'User goes to install': (client) => {
const install = client.page.install();
+1
View File
@@ -1,5 +1,6 @@
module.exports = {
'@tags': ['admin', 'login'],
'Admin logs in': (client) => {
const adminPage = client.page.admin();
const {testData: {admin}} = client.globals;
+2 -1
View File
@@ -1,5 +1,6 @@
module.exports = {
'@tags': ['embedStream'],
'Creates a new asset': (client) => {
const asset = 'newAssetTest';
const embedStream = client.page.embedStream();