Commit 633ec4b
committed
test: let it pass on Windows
On Windows, file names cannot contain question marks. We describe a
work-around to allow rendering the site (which does contain pages whose
URLs contain literal question marks, for historical reasons, and that
can therefore unfortunately not be changed) by changing the affected
`url` front-matter attributes to _not_ contain question marks.
To let the resulting site pass the test suite, we need to adjust it a
little.
We also need to give the test more time because the `manual pages` test
case seems to take a bit longer than those 30 seconds which are the
default timeout of Playwright, at least in my setup.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent e053a42 commit 633ec4b
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
253 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
254 | 260 | | |
255 | 261 | | |
256 | 262 | | |
| |||
0 commit comments