mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-08-29 00:58:21 +00:00
fix(#1662): bump row-wait to 20s — packets table data fetch slow on single-pass run
This commit is contained in:
@@ -70,7 +70,7 @@ const PAGES = [
|
|||||||
// virtual-scroll spacer race on the packets page (#1662).
|
// virtual-scroll spacer race on the packets page (#1662).
|
||||||
await page.waitForFunction((rowSel) => {
|
await page.waitForFunction((rowSel) => {
|
||||||
return document.querySelector(rowSel) !== null;
|
return document.querySelector(rowSel) !== null;
|
||||||
}, p.rowSel, { timeout: 8000 });
|
}, p.rowSel, { timeout: 20000 });
|
||||||
});
|
});
|
||||||
|
|
||||||
await step(`${tag}: clicking row opens slide-over with backdrop`, async () => {
|
await step(`${tag}: clicking row opens slide-over with backdrop`, async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user