Tom Heintzberger
Tom Heintzberger
I cannot reproduce this on Windows... Steps taken: * run vanilla fitnesse * start the acceptance test suite (takes quite a while) * run a docker container No irregular behaviour...
Could be something along those lines.. I'm using the WSL2 engine, not hyper-v. Also tried reproducing using the following setup: - Fitnesse from wsl Ubuntu shell - Docker command from...
If you debug the fixture code, what values do you see on the slim side? (in your recordset and in the data coming from the wiki?) I'd expect no escaping...
Looking at the exception, I'd say your url ends with `?properties?edit` instead of the URL you described. Could you double check if you're using the right url? (Without properties or...
Does executing this snippet: ``` |script|browser test | |open |https://the-internet.herokuapp.com/javascript_alerts| |click |Click for JS Alert | |show |alert text | |confirm alert | |click |Click for JS Confirm | |show...