Merge pull request #3261 from elyezer/resize-window

Resize window to avoid breaking the UI

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-02-19 17:21:12 +00:00
committed by GitHub

View File

@@ -17,6 +17,7 @@ module.exports = {
data = { admin, job };
client.login(data.admin.username);
client.resizeWindow(1200, 800);
client.waitForAngular();
done();