Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <span class="error" id="result_error">You entered an invalid email address. Please enter a different email address.</span> def "Login"(){ given: username = "support@gmail.com" password = "password" when: btnLoginAcc().click() then: waitFor {title == "Test | User Profile"} } Source: http://pastebin.com/raw.php?i=jAMgWB5H
↧