User tests: Successful: Unsuccessful:
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!
Oh!! got it, actually I had removed that call to saveandclose method in my tear down method. I will update it
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
To the end of that test and I worked fine for me :) Otherwise all looks good to me! Nice work!