mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -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:
@@ -17,6 +17,7 @@ module.exports = {
|
|||||||
data = { admin, job };
|
data = { admin, job };
|
||||||
|
|
||||||
client.login(data.admin.username);
|
client.login(data.admin.username);
|
||||||
|
client.resizeWindow(1200, 800);
|
||||||
client.waitForAngular();
|
client.waitForAngular();
|
||||||
|
|
||||||
done();
|
done();
|
||||||
|
|||||||
Reference in New Issue
Block a user