Skip to content

Commit 7160d6b

Browse files
committed
change back to 1024 x 768
1 parent 011778d commit 7160d6b

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 = 788;
7-
const WIDTH = 1034;
6+
const HEIGHT = 768;
7+
const WIDTH = 1024;
88

99
let currentJasmineSpecName = '';
1010

0 commit comments

Comments
 (0)