mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-06 16:06:57 +08:00
[test] fix timeout issue
This commit is contained in:
@@ -123,6 +123,6 @@
|
||||
},
|
||||
"testRegex": "./test/*.spec.js",
|
||||
"rootDir": ".",
|
||||
"testTimeout": 15000
|
||||
"testTimeout": 30000
|
||||
}
|
||||
}
|
||||
|
@@ -75,14 +75,10 @@ describe("Init", () => {
|
||||
it("Change Theme", async () => {
|
||||
// Light
|
||||
await page.click(".btn[for=btncheck1]");
|
||||
await page.waitForSelector("div.light", {
|
||||
timeout: 2000
|
||||
});
|
||||
await page.waitForSelector("div.light");
|
||||
|
||||
await page.click(".btn[for=btncheck2]");
|
||||
await page.waitForSelector("div.dark", {
|
||||
timeout: 2000
|
||||
});
|
||||
await page.waitForSelector("div.dark");
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user