mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03: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:
parent
4174fc22b0
commit
82b9f8ebb0
@ -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