mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
snapshot e2e
This commit is contained in:
@@ -27,7 +27,7 @@ describe("Clock module", function () {
|
||||
});
|
||||
|
||||
describe("with default 24hr clock config", function () {
|
||||
before(function () {
|
||||
beforeAll(function () {
|
||||
// Set config sample for use in test
|
||||
process.env.MM_CONFIG_FILE = "tests/configs/modules/clock/clock_24hr.js";
|
||||
});
|
||||
@@ -46,7 +46,7 @@ describe("Clock module", function () {
|
||||
});
|
||||
|
||||
describe("with default 12hr clock config", function () {
|
||||
before(function () {
|
||||
beforeAll(function () {
|
||||
// Set config sample for use in test
|
||||
process.env.MM_CONFIG_FILE = "tests/configs/modules/clock/clock_12hr.js";
|
||||
});
|
||||
@@ -65,7 +65,7 @@ describe("Clock module", function () {
|
||||
});
|
||||
|
||||
describe("with showPeriodUpper config enabled", function () {
|
||||
before(function () {
|
||||
beforeAll(function () {
|
||||
// Set config sample for use in test
|
||||
process.env.MM_CONFIG_FILE = "tests/configs/modules/clock/clock_showPeriodUpper.js";
|
||||
});
|
||||
@@ -78,7 +78,7 @@ describe("Clock module", function () {
|
||||
});
|
||||
|
||||
describe("with displaySeconds config disabled", function () {
|
||||
before(function () {
|
||||
beforeAll(function () {
|
||||
// Set config sample for use in test
|
||||
process.env.MM_CONFIG_FILE = "tests/configs/modules/clock/clock_displaySeconds_false.js";
|
||||
});
|
||||
@@ -91,7 +91,7 @@ describe("Clock module", function () {
|
||||
});
|
||||
|
||||
describe("with showWeek config enabled", function () {
|
||||
before(function () {
|
||||
beforeAll(function () {
|
||||
// Set config sample for use in test
|
||||
process.env.MM_CONFIG_FILE = "tests/configs/modules/clock/clock_showWeek.js";
|
||||
});
|
||||
@@ -111,7 +111,7 @@ describe("Clock module", function () {
|
||||
});
|
||||
|
||||
describe("with analog clock face enabled", function () {
|
||||
before(function () {
|
||||
beforeAll(function () {
|
||||
// Set config sample for use in test
|
||||
process.env.MM_CONFIG_FILE = "tests/configs/modules/clock/clock_analog.js";
|
||||
});
|
||||
|
Reference in New Issue
Block a user