Update Behat and add more tests
This commit is contained in:
parent
b5a0281729
commit
7c1fed2d49
11 changed files with 1057 additions and 706 deletions
11
features/talks.feature
Normal file
11
features/talks.feature
Normal file
|
@ -0,0 +1,11 @@
|
|||
Feature: Talks page
|
||||
|
||||
Scenario:
|
||||
Given I am on "/talks"
|
||||
Then the response status code should be 200
|
||||
And the ".nav li.active a" element should contain "Talks"
|
||||
|
||||
Scenario:
|
||||
Given I am on "/talks/drupal-8-rejoining-the-herd"
|
||||
Then the response status code should be 200
|
||||
And the ".nav li.active a" element should contain "Talks"
|
Loading…
Add table
Add a link
Reference in a new issue