increase testTimeout, minor changes tests e2e

This commit is contained in:
Karsten Hassel 2021-10-18 23:22:10 +02:00
parent 4576754de2
commit 1acbef5bfa
3 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,7 @@ _This release is scheduled to be released on 2022-01-01._
- Fixed wrong file `kr.json` to `ko.json`. Use language code 'ko' instead of 'kr' for Korean language.
- Fixed `feels_like` data from openweathermaps current weather being ignored (#2678).
- Fixed e2e tests by increasing testTimeout.
## [2.17.1] - 2021-10-01

View File

@ -94,6 +94,7 @@
},
"jest": {
"verbose": true,
"testTimeout": 10000,
"projects": [
{
"displayName": "unit",

View File

@ -1,7 +1,7 @@
const fetch = require("node-fetch");
const helpers = require("./global-setup");
describe("Electron app environment", function () {
describe("App environment", function () {
beforeAll(function (done) {
helpers.startApplication("tests/configs/default.js");
helpers.getDocument(done);