Skip to content

Commit 97835fa

Browse files
committed
Upgrade smoke test Firefox 59.0.1 --> 59.0.2
1 parent 335811d commit 97835fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/_smoke_test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
const runServer = require("./_run_server.js");
1717
const assert = require("_assert");
1818

19+
const EXPECTED_BROWSER = "firefox 59.0.2";
20+
1921
const HOME_PAGE_URL = "http://localhost:5000";
2022
const NOT_FOUND_PAGE_URL = "http://localhost:5000/xxx";
21-
const EXPECTED_BROWSER = "firefox 59.0.1";
2223
const GHOST_POINTER_SELECTOR = ".ghost-pointer";
2324
const DRAWING_AREA_ID = "drawing-area";
2425
const TIMEOUT = 10 * 1000;

0 commit comments

Comments
 (0)