Hi Michal,
I am currently working on some selenium test cases. While I working on that I observe weird behavior, probably should be a bug. After changing your password there is no any confirmation message. This may be an usability issue. Again you click on the change password link there is only Go and Cancel buttons in the opened dialog box. Reason may due to re-factoring is going on. I am having a difficulty to access elements in the dialog box. I tried both is and xpath. May be those are dynamically created ones. Any method to access those?
Hi
Dne Sun, 22 Jul 2012 13:56:40 +0530 yasitha pandithawatta yasitha4@gmail.com napsal(a):
I am currently working on some selenium test cases.
There are still 14 failing tests in normal testsuite, maybe you should first focus on these:
http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/lastSuccessfulBuild/testR...
While I working on that I observe weird behavior, probably should be a bug. After changing your password there is no any confirmation message.
Indeed this looks like a bug, please file it to our bug tracker so that it's not forgotten.
This may be an usability issue. Again you click on the change password link there is only Go and Cancel buttons in the opened dialog box. Reason may due to re-factoring is going on.
Any comments from others? :-)
I am having a difficulty to access elements in the dialog box. I tried both is and xpath. May be those are dynamically created ones. Any method to access those?
Sorry I have no experience with selenium.
Le 2012-07-23 03:45, Michal Čihař a écrit :
This may be an usability issue. Again you click on the change password link there is only Go and Cancel buttons in the opened dialog box. Reason may due to re-factoring is going on.
Any comments from others? :-)
I can reproduce this bug under master. However, due to the way phpMyAdmin stores the encrypted password, the interface should offer a Logout link in the panel that shows the SET PASSWORD result.