docs: update tasks, runner and e2e auth tests
This commit is contained in:
@@ -65,8 +65,8 @@ Password Mismatch Shows Validation Error
|
||||
Fill Text css=input[aria-label="Confirm Password"] Different123!
|
||||
Click css=button[type="submit"]
|
||||
|
||||
Wait For Elements State css=[aria-label="Confirm Password"] attached timeout=5s
|
||||
${msg}= Get Text xpath=//*[@aria-label="Confirm Password"]/ancestor::*[contains(@class,"field")]//*[@role="alert"]
|
||||
Wait For Elements State xpath=//*[@aria-label="Confirm Password"]/ancestor::*[contains(@class,"field")]//*[@role="alert"] visible timeout=10s
|
||||
${msg}= Get Text xpath=//*[@aria-label="Confirm Password"]/ancestor::*[contains(@class,"field")]//*[@role="alert"] timeout=10s
|
||||
Should Be Equal As Strings ${msg} Passwords do not match.
|
||||
|
||||
Close Browser
|
||||
|
||||
Reference in New Issue
Block a user