From 1006ef1f54af05d1e9f217fab991d35e1cd44944 Mon Sep 17 00:00:00 2001 From: mkoehnke Date: Tue, 11 Jul 2017 00:11:39 +0200 Subject: [PATCH] Fixed iOS example to match changes in developer portal --- Example/Example iOS/LoginViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/Example iOS/LoginViewController.swift b/Example/Example iOS/LoginViewController.swift index de1a816..81d3e1a 100644 --- a/Example/Example iOS/LoginViewController.swift +++ b/Example/Example iOS/LoginViewController.swift @@ -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