Skip to content
This repository was archived by the owner on Aug 12, 2018. It is now read-only.

Commit ba4123d

Browse files
committed
navigate around devclub website
1 parent 1aac3bd commit ba4123d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

features/basic.feature

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,11 @@ Feature: Basic examples
1717
Scenario: Devclub visitors should not see code errors
1818
Given I am on "http://devclub.eu"
1919
Then I should not see "Warning:"
20-
And I should not see "Notice:"
20+
And I should not see "Notice:"
21+
22+
Scenario: Navigate around on devclub
23+
Given I am on "http://devclub.eu"
24+
When I follow "Анонс январской встречи: 30.01.2013"
25+
Then I should see "BDD на PHP с помощью Behat + Mink."
26+
And I follow "Роман Маринченко"
27+
Then I should be on "https://github.com/Inori"

0 commit comments

Comments
 (0)