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:
commit
2358e306c1
@ -17,6 +17,7 @@ module.exports = {
|
||||
data = { admin, job };
|
||||
|
||||
client.login(data.admin.username);
|
||||
client.resizeWindow(1200, 800);
|
||||
client.waitForAngular();
|
||||
|
||||
done();
|
||||
|
Loading…
Reference in New Issue
Block a user