1 parent 335811d commit 97835faCopy full SHA for 97835fa
1 file changed
src/_smoke_test.js
@@ -16,9 +16,10 @@
16
const runServer = require("./_run_server.js");
17
const assert = require("_assert");
18
19
+ const EXPECTED_BROWSER = "firefox 59.0.2";
20
+
21
const HOME_PAGE_URL = "http://localhost:5000";
22
const NOT_FOUND_PAGE_URL = "http://localhost:5000/xxx";
- const EXPECTED_BROWSER = "firefox 59.0.1";
23
const GHOST_POINTER_SELECTOR = ".ghost-pointer";
24
const DRAWING_AREA_ID = "drawing-area";
25
const TIMEOUT = 10 * 1000;
0 commit comments