Skip to content

Commit

Permalink
Fix failing test authentication by resetting test data
Browse files Browse the repository at this point in the history
Closes #307
  • Loading branch information
LinqLover committed Oct 7, 2020
1 parent 9f9710e commit 22aec41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
logIn
loginWithTestData

self authHandler sendPhoneNumber: '9996621234'.
self authHandler sendPhoneNumber: '9996612345'.
2 seconds wait.
self checkAuthenticationCode: '22222'.
self checkAuthenticationCode: '11111'.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
},
"instance" : {
"initializeHandlers" : "rs 6/14/2020 12:49",
"loginWithTestData" : "r.s 7/15/2020 12:42" } }
"loginWithTestData" : "ct 10/7/2020 20:11" } }

0 comments on commit 22aec41

Please sign in to comment.