Success

User tests: Successful: Unsuccessful:

avatar puneet0191
puneet0191
21 Jul 2013
avatar puneet0191 puneet0191 - open - 21 Jul 2013
avatar wilsonge
wilsonge - comment - 30 Jul 2013

Hi Puneet,
All looks nearly good. The Global Config test is failing because you're changing the editor back to TinyMCE and saving that and then trying to save the global config again on the teardown method. You just need to add

        $this->gcPage = $cpPage->clickMenu('Global Configuration', 'GlobalConfigurationPage');

To the end of that test and I worked fine for me :) Otherwise all looks good to me! Nice work!

avatar puneet0191
puneet0191 - comment - 30 Jul 2013

Oh!! got it, actually I had removed that call to saveandclose method in my tear down method. I will update it

avatar puneet0191 puneet0191 - close - 30 Jul 2013

Add a Comment

Login with GitHub to post a comment