Commit 1a04423
committed
fix: WebKit compatibility and test stability improvements
1. WebKit URL compatibility:
- Changed default URLs from 0.0.0.0 to 127.0.0.1
- WebKit blocks navigation to 0.0.0.0 with security error:
'Not allowed to use restricted network host'
- TestHelper.siteUrl(): http://0.0.0.0:8000 → http://127.0.0.1:8000
- TestHelper.seleniumHost(): 0.0.0.0 → 127.0.0.1
2. Test stability:
- Changed flaky GitHub test to use example.com
- example.com is faster, more reliable, and designed for testing
- Reduces network-related test failures in CI
Results:
- All 41 WebKit acceptance tests now pass
- Tests run faster and more reliably
- Exit codes correctly reflect test results1 parent 68231af commit 1a04423
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments