Skip to content

Commit

Permalink
Add Behat feature for viewing a version (History Viewer)
Browse files Browse the repository at this point in the history
  • Loading branch information
raissanorth committed May 6, 2018
1 parent 65ffa53 commit 463eb90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_script:
- export PATH=~/.composer/vendor/bin:$PATH
- echo 'memory_limit = 2048M' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

# Install composer
# Install composer
- composer validate
- if [[ $DB == PGSQL ]]; then composer require --prefer-dist --no-update silverstripe/postgresql 2.0.x-dev; fi
- composer require --no-update silverstripe/recipe-testing:^1 silverstripe/recipe-cms 1.2.x-dev
Expand Down
1 change: 1 addition & 0 deletions tests/Behat/features/view-a-version.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Feature: View a version
When I click on the first version
Then I should see an "#Form_versionForm_Title[readonly]" element
And I should see an "#Form_versionForm_URLSegment[readonly]" element

0 comments on commit 463eb90

Please sign in to comment.