Change-Id: Iab47a1deff9f7ecda7edf3de18afdfcc00815819 Paired-With: Chris McMahon Bug: 67616
11 lines
430 B
Gherkin
11 lines
430 B
Gherkin
@chrome @clean @firefox @login @phantomjs
|
|
Feature: Edit Page
|
|
|
|
Scenario: Create and edit page
|
|
Given I go to the "Editing Test Page" page with content "This is a page to test editing"
|
|
When I click Edit
|
|
And I edit the page with "Edited and a random string"
|
|
And I click Preview
|
|
And I click Show Changes
|
|
And I save the edit
|
|
Then the edited page content should contain "Edited and a random string"
|