diff --git a/tests/e2e/modules/clock_spec.js b/tests/e2e/modules/clock_spec.js index 948b1c31..6f776f12 100644 --- a/tests/e2e/modules/clock_spec.js +++ b/tests/e2e/modules/clock_spec.js @@ -121,7 +121,7 @@ describe("Clock module", function () { }); it("shows week with correct number of week of year", function() { - const currentWeekNumber = require('current-week-number')(); + const currentWeekNumber = require("current-week-number")(); const weekToShow = "Week " + currentWeekNumber; return app.client.waitUntilWindowLoaded() .getText(".clock .week").should.eventually.equal(weekToShow);