mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Set resolution
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
module.exports = {
|
||||
'@tags': ['embedStream', 'login'],
|
||||
|
||||
beforeEach: (client) => {
|
||||
client.resizeWindow(1600, 1200);
|
||||
},
|
||||
|
||||
'creates a new asset': (client) => {
|
||||
const asset = 'newAssetTest';
|
||||
const embedStream = client.page.embedStream();
|
||||
|
||||
Reference in New Issue
Block a user