Tests: Update testcafe timeouts

This commit is contained in:
graciousgey
2025-05-16 16:48:55 +02:00
parent a5aef038ef
commit af832247fc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
{
"skipJsErrors": true,
"quarantineMode": false,
"selectorTimeout": 9500,
"assertionTimeout": 9500,
"selectorTimeout": 3500,
"assertionTimeout": 3500,
"hostname": "localhost",
"screenshots": {
"path": "tests/acceptance/screenshots/",

View File

@@ -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) {