12 lines
376 B
Gherkin
12 lines
376 B
Gherkin
|
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"
|