On Thu, Dec 12, 2013 at 9:14 AM, Antony Semonella <[email protected]>wrote:
> Thanks all, > > I'll have a look at updating this to use a POST request and writing a > test around this. > > Cheers, > > Antony To explain Olemis' comment, the issue with writing a test is that the current functional test suite uses Twill, which doesn't have support for testing JavaScript. Eventually we might be able to migrate to a new testing framework, but that seems like a fairly good-sized project to tackle. I don't say that to discourage you from pursuing or discussing here further though. It is just most likely the case that there a few steps needed to introduce the ability to test JavaScript, such as selecting a testing framework.
