|
@@ -35,4 +35,4 @@ Vérifier Login KO
|
|
|
Should Be Equal As Strings ${Current_Page_Url} https://practice.expandtesting.com/notes/app/login
|
|
|
Wait Until Element Is Visible ${MESSAGE_ALERTE_INCORRECT_LOGIN_LOCATOR}
|
|
|
${Text_message_alerte}= Get Text ${MESSAGE_ALERTE_INCORRECT_LOGIN_LOCATOR}
|
|
|
- Should Be Equal As Strings ${MESSAGE_ALERTE_INCORRECT_LOGIN_LOCATOR} Incorrect email address or password ignorecase=true
|
|
|
+ Should Be Equal As Strings ${Text_message_alerte} Incorrect email address or password ignorecase=true
|