Fixed iOS example to match changes in developer portal

This commit is contained in:
mkoehnke 2017-07-11 00:11:39 +02:00
parent 35ebaeb4f9
commit 1006ef1f54

View File

@ -68,7 +68,7 @@ class LoginViewController : UIViewController {
>>> setAttribute("value", value: password)
>>* get(by: .name("form2"))
>>> submit(then: .wait(2.0))
>>* get(by: .contains("href", "/account/"))
>>* get(by: .contains("href", "/certificate/"))
>>> click(then: .wait(2.5))
>>* getAll(by: .contains("class", "row-"))
=== handleResult