execution expired (HTTPClient::ReceiveTimeoutError)

63 views
Skip to first unread message

Leem fin

unread,
Aug 17, 2016, 10:35:58 AM8/17/16
to calabash-android
I am new in calabash-android .

I am using calabash-android version 0.8.0

My test is simple, just wait for login screen(it contains a input field with id "email_field"), enter username and password. Here is my steps in feature file:

Feature: Login feature
 
Scenario: As a user I can login
   
Then I wait for the view with id "email_field" to appear
   
Then I enter text "john...@gmail.com" into field with id "email_field"
   
Then I enter text "123456" into field with id "pwd_field"



But when I run my test, I constantly get the error:
execution expired (HTTPClient::ReceiveTimeoutError)
  ./features/support/app_life_cycle_hooks.rb:5:in `Before'


Why?

fere...@processmap.com

unread,
Oct 20, 2016, 10:59:30 AM10/20/16
to calabash-android
Hello! What is in Your app_life_cycle_hooks.rb file?
Reply all
Reply to author
Forward
0 new messages