File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Samples/Swift/DaysUntilBirthday/DaysUntilBirthdayUITests(iOS) Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class DaysUntilBirthdayUITests_iOS: XCTestCase {
6464
6565extension DaysUntilBirthdayUITests_iOS {
6666 /// Performs a sign in.
67- /// - returns: `true` if the sign in was succesfull .
67+ /// - returns: `true` if the sign in was successful .
6868 func signIn( ) -> Bool {
6969 let signInButton = sampleApp. buttons [ " GoogleSignInButton " ]
7070 guard signInButton. exists else {
@@ -141,16 +141,16 @@ extension DaysUntilBirthdayUITests_iOS {
141141 guard sampleApp
142142 . keyboards
143143 . element
144- . buttons [ " go " ]
144+ . buttons [ " return " ]
145145 . waitForExistence ( timeout: timeout) else {
146- XCTFail ( " Failed to find 'go ' button " )
146+ XCTFail ( " Failed to find 'return ' button " )
147147 return false
148148 }
149149
150150 sampleApp
151151 . secureTextFields [ " Enter your password " ]
152152 . typeText ( Credential . password. rawValue)
153- sampleApp. keyboards. element. buttons [ " go " ] . tap ( )
153+ sampleApp. keyboards. element. buttons [ " return " ] . tap ( )
154154
155155 return true
156156 }
You can’t perform that action at this time.
0 commit comments