features/psycho/visitor_tracking.feature in metry-2.0.5 vs features/psycho/visitor_tracking.feature in metry-2.1.0

- old
+ new

@@ -10,23 +10,23 @@ Scenario: See list of visitors Given I view "/" And I am a new visitor And I view "/" When I view "/admin/metry" - Then I should see "Visitor 1" - And I should see "Visitor 2" + Then I should see visitor #1 + And I should see visitor #2 Scenario: View visitor detail Given I view "/" And I view "/subpage" And I am a new visitor And I view "/" When I view "/admin/metry" - And I follow "Visitor 1" + And I follow "Visitor" Then I should see "/" And I should see "/subpage" Scenario: Psycho visits should not be tracked Given I view "/admin/metry" And I view "/admin/metry" When I view "/admin/metry" - Then I should not see "Visitor 1" + Then I should see "0 events" \ No newline at end of file