mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Tests: Update testcafe timeouts
This commit is contained in:
parent
a5aef038ef
commit
af832247fc
2 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue