Commit ea2055c
committed
fix(vrt): add --no-sandbox to self-launching rich-text specs; pin Chrome 127
The rich-text-input and localized-rich-text-input visualspecs launch their OWN
puppeteer browser (not the jest-puppeteer global one) and did not pass
--no-sandbox. On ubuntu-24.04 (AppArmor restricts unprivileged user namespaces)
that crashes with 'No usable sandbox', failing those 2 suites and dropping a
Percy snapshot. They previously only passed because the removed aa-exec wrapper
covered them. Add --no-sandbox/--disable-setuid-sandbox to both launches, matching
jest-puppeteer.config.js used by the other 68 specs.
Also pin setup-chrome to 127.0.6533.88 (puppeteer 22.15.0's target build and the
Percy baseline's browser) instead of 'stable' — 'stable' pulled Chrome 149.1 parent 5d9018f commit ea2055c
3 files changed
Lines changed: 16 additions & 2 deletions
File tree
- .github/workflows
- packages/components/inputs
- localized-rich-text-input/src
- rich-text-input/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
81 | | - | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
0 commit comments