We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a441bbe commit 436547aCopy full SHA for 436547a
e2e/screenshot.ts
@@ -3,8 +3,8 @@ import * as path from 'path';
3
import {browser} from 'protractor';
4
5
const OUTPUT_DIR = './screenshots/';
6
-const HEIGHT = 788;
7
-const WIDTH = 1034;
+const HEIGHT = 768;
+const WIDTH = 1024;
8
9
let currentJasmineSpecName = '';
10
0 commit comments