mirror of
https://github.com/photoprism/photoprism.git
synced 2025-09-26 21:01:58 +08:00
Tests: Update testcafe timeouts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"skipJsErrors": true,
|
||||
"quarantineMode": false,
|
||||
"selectorTimeout": 9500,
|
||||
"assertionTimeout": 9500,
|
||||
"selectorTimeout": 3500,
|
||||
"assertionTimeout": 3500,
|
||||
"hostname": "localhost",
|
||||
"screenshots": {
|
||||
"path": "tests/acceptance/screenshots/",
|
||||
|
@@ -139,7 +139,7 @@ export default class Page {
|
||||
}
|
||||
|
||||
async search(term) {
|
||||
await t.typeText(this.search1, term, { replace: true }).pressKey("enter");
|
||||
await t.typeText(this.search1, term, { replace: true }).pressKey("enter").wait(6000);
|
||||
}
|
||||
|
||||
async setFilter(filter, option) {
|
||||
|
Reference in New Issue
Block a user