You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
Scenario: Check in
Given I am logged in as "guenter"
And I am on the page of location "location1"
When I follow "Check-In"
Then I should see "eingecheckt"
'When I follow "Check-In"' runs successfully in both cases, 'Then I should see "eingecheckt" fails if using celerity -v=0.7.7 and above
http://de.culerity/users/guenter/home
is the output of "puts _link.absolute_url" in case -v=0.7.9, which triggers the wrong action -> the next step fails
background:
-culerity -v=0.2.10
-jruby -v=1.5.0
-ruby -v=ruby 1.8.7 (2009-06-12 patchlevel 174)
-rails -v=2.3.5
behaviour:
-the step does not fail it just finds wrong link
-if I add a "puts _link.absolute_url" to the step the problem becomes obvious
workaround:
-using celerity -v=0.7.6
is somebody able to reproduce this?
Regards
The text was updated successfully, but these errors were encountered: