1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

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
commit 2358e306c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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