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:
Elyézer Rezende 2019-02-19 13:53:12 -03:00
parent 4174fc22b0
commit 82b9f8ebb0

View File

@ -17,6 +17,7 @@ module.exports = {
data = { admin, job };
client.login(data.admin.username);
client.resizeWindow(1200, 800);
client.waitForAngular();
done();