Skip to content

Commit

Permalink
change windowSize (#110083)
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-dr authored Aug 25, 2021
1 parent 81fde90 commit ead9c02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function ({ getService, getPageObjects }) {
const log = getService('log');

before(async () => {
await browser.setWindowSize(1200, 800);
await browser.setWindowSize(1400, 1400);
await PageObjects.common.navigateToApp('apm');
await PageObjects.timePicker.setCommonlyUsedTime('Last_1 year');
});
Expand Down

0 comments on commit ead9c02

Please sign in to comment.