mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
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…
x
Reference in New Issue
Block a user