mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
Set resolution
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
module.exports = {
|
||||
|
||||
beforeEach: (client) => {
|
||||
client.resizeWindow(1600, 1200);
|
||||
},
|
||||
|
||||
'admin logs in': (client) => {
|
||||
const adminPage = client.page.admin();
|
||||
const {testData: {admin}} = client.globals;
|
||||
|
||||
Reference in New Issue
Block a user