Adding line back

This commit is contained in:
okbel
2018-01-05 14:24:06 -03:00
parent b185d61993
commit 5a379b2cd8
+1
View File
@@ -1,6 +1,7 @@
module.exports = {
before: (client) => {
client.setWindowPosition(0, 0);
client.resizeWindow(1600, 1200);
},