Commit ce0f59e
authored
fix(website): fix flaky e2e test blocking production deploys (#38)
* fix(deploy): rewrite base href per example so assets resolve to correct subpath
Production Angular examples at examples.stream-resource.dev returned 404 for
main.js, styles.css, and chunks. Root cause: all index.html files had
<base href="/"> so asset URLs resolved to the domain root instead of
/{product}/{topic}/. Fix: assemble script now rewrites base href to the
correct subpath for each example.
* fix(website): use .first() on form locator to handle multiple forms on pricing page1 parent 6489474 commit ce0f59e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments