File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
automated-smoke-test/page-objects/pages/topcoder/login Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ export class LoginPageConstants {
5
5
static get errors ( ) {
6
6
return {
7
7
InvalidPassword :
8
- 'That password is incorrect. Please check that you entered the right one .' ,
8
+ 'WRONG USERNAME OR PASSWORD .' ,
9
9
MemberNotPresent :
10
- "We couldn't find a member with that username. Please check that you entered it correctly ." ,
10
+ "WRONG USERNAME OR PASSWORD ." ,
11
11
} ;
12
12
}
13
13
}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export class LoginPage {
48
48
* Get Error message
49
49
*/
50
50
public get errorMessage ( ) {
51
- return ElementHelper . getElementByClassName ( 'form- error') ;
51
+ return ElementHelper . getElementByCss ( '.auth0-global-message.auth0-global-message- error .animated.fadeInUp span ') ;
52
52
}
53
53
54
54
/**
You can’t perform that action at this time.
0 commit comments