Re: [rspec-users] Cucumber login problem

2010-04-29 Thread David Chelimsky
On Apr 29, 2010, at 9:54 AM, Amit Kulkarni wrote: > Hello all, > I am facing a weird problem.I am just trying to login but after entering > correct parameters it is showing error as invalid username and password. > I think there is some configuration or fixtures problem because if i try > to logi

[rspec-users] Cucumber login problem

2010-04-29 Thread Amit Kulkarni
Hello all, I am facing a weird problem.I am just trying to login but after entering correct parameters it is showing error as invalid username and password. I think there is some configuration or fixtures problem because if i try to login from GUI then it is working fine(using same database) Follow