Commit 2a06fed
committed
ci(visual): use domcontentloaded in pixel harness (self-hosted CfT load hang)
Self-hosted runner provisions a fresh Chrome-for-Testing build via
@puppeteer/browsers; under it page.goto(waitUntil:load) never fires the
load event within 15s because a non-essential subresource (favicon)
stays pending, failing Web-static verify on #439 only. The four dashboard
scripts are synchronous head scripts (executed by DOMContentLoaded) and
#defrag-canvas is gated by the explicit waitForSelector, so switching to
domcontentloaded is render-correct and cannot regress the GitHub-hosted
apt-chrome run on master.1 parent 85e58f2 commit 2a06fed
1 file changed
Lines changed: 11 additions & 4 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
63 | 70 | | |
64 | 71 | | |
65 | 72 | | |
| |||
0 commit comments