mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Resize window to avoid breaking the UI
Update test-jobs-portal-list-actions to resize the browser window and avoid a flake test because of broken layout.
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