Skip to content

Commit a441bbe

Browse files
committed
Try to make screenshot image size same as before
1 parent 1de1f72 commit a441bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/screenshot.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import * as path from 'path';
33
import {browser} from 'protractor';
44

55
const OUTPUT_DIR = './screenshots/';
6-
const HEIGHT = 768;
7-
const WIDTH = 1024;
6+
const HEIGHT = 788;
7+
const WIDTH = 1034;
88

99
let currentJasmineSpecName = '';
1010

0 commit comments

Comments
 (0)