mirror of
https://github.com/wassname/talk.git
synced 2026-08-15 12:55:10 +08:00
Set resolution
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
module.exports = {
|
||||
'@tags': ['admin', 'login'],
|
||||
beforeEach: (client) => {
|
||||
|
||||
beforeEach: (client) => {
|
||||
client.resizeWindow(1024, 800);
|
||||
},
|
||||
|
||||
'Admin logs in': (client) => {
|
||||
const adminPage = client.page.admin();
|
||||
const {testData: {admin}} = client.globals;
|
||||
|
||||
Reference in New Issue
Block a user