Hi devs, I tried to execute the PmaSeleniumLoginTest.php but it results "Element frame_navigation not found" . The complete error report is attached here [0]. Can anyone tell me what is going wrong here.
[0] - https://gist.github.com/anonymous/da6333d9a82606966b64
Thank you Supun Nakandala Dept. Computer Science and Engineering University of Moratuwa
On 02/09/2013 03:00 PM, Supun Nakandala wrote:
Hi devs, I tried to execute the PmaSeleniumLoginTest.php but it results "Element frame_navigation not found" . The complete error report is attached here [0]. Can anyone tell me what is going wrong here.
[0] - https://gist.github.com/anonymous/da6333d9a82606966b64
Those tests were written for pma 3.5, but the navigation has been rewritten for version 4.0
The selenium tests are not part of our continuous integration suite (http://ci.phpmyadmin.net), hence no one coped on to the fact that this test is failing.
Bye, Rouslan
So shall I go ahead and rewrite them so that they are compatible with version 4.0 and beyond.
On Sat, Feb 9, 2013 at 8:38 PM, Rouslan Placella rouslan@placella.comwrote:
On 02/09/2013 03:00 PM, Supun Nakandala wrote:
Hi devs, I tried to execute the PmaSeleniumLoginTest.php but it results "Element frame_navigation not found" . The complete error report is attached here [0]. Can anyone tell me what is going wrong here.
[0] - https://gist.github.com/anonymous/da6333d9a82606966b64
Those tests were written for pma 3.5, but the navigation has been rewritten for version 4.0
The selenium tests are not part of our continuous integration suite (http://ci.phpmyadmin.net), hence no one coped on to the fact that this test is failing.
Bye, Rouslan
Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
On 02/09/2013 03:11 PM, Supun Nakandala wrote:
So shall I go ahead and rewrite them so that they are compatible with version 4.0 and beyond.
Sure, go ahead. You can file a pull request on github when you're done.
Also, please note, that we use bottom posting on this mailing list: https://en.wikipedia.org/wiki/Posting_style#Bottom-posting
Bye, Rouslan