diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:17:42 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:17:42 -0400 |
commit | f7d4cf9ed0ae68fec630d14e8f6aade38e49f036 (patch) | |
tree | a730c57badbe0e2f0f064ca2006c82d4b6ed54ea /tests/browser/features/view_history.feature | |
parent | aee35e4a93d105024bcae947cd8b16c962191f5c (diff) | |
parent | 5d1e7dd0ccda0984ccf3e8e3d0f88ac888b05819 (diff) |
Merge commit '5d1e7'
Diffstat (limited to 'tests/browser/features/view_history.feature')
-rw-r--r-- | tests/browser/features/view_history.feature | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/browser/features/view_history.feature b/tests/browser/features/view_history.feature new file mode 100644 index 00000000..ba61ebda --- /dev/null +++ b/tests/browser/features/view_history.feature @@ -0,0 +1,11 @@ +@chrome @clean @firefox @phantomjs +Feature: View History + + Scenario: Edit page and view history + Given I go to the "History Test Page" page with content "This is a page that will have history" + When I click Edit + And I edit the page with "Edited and a random string" + And I save the edit + And the edited page content should contain "Edited and a random string" + And I click View History + Then I should see a link to a previous version of the page |