Set resolution

This commit is contained in:
Chi Vinh Le
2017-11-09 19:19:47 +01:00
parent e885178dfc
commit da35f39baf
6 changed files with 19 additions and 2 deletions
+2 -1
View File
@@ -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;