mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 00:18:56 +08:00
Add tags
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
'@tags': ['install'],
|
||||
|
||||
'User goes to install': (client) => {
|
||||
const install = client.page.install();
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
'@tags': ['admin', 'login'],
|
||||
|
||||
'Admin logs in': (client) => {
|
||||
const adminPage = client.page.admin();
|
||||
const {testData: {admin}} = client.globals;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
module.exports = {
|
||||
'@tags': ['embedStream'],
|
||||
|
||||
'Creates a new asset': (client) => {
|
||||
const asset = 'newAssetTest';
|
||||
const embedStream = client.page.embedStream();
|
||||
|
||||
Reference in New Issue
Block a user