Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Debug only once scenario.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkinzer committed Oct 13, 2016
1 parent 07e44c8 commit eeac399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
## Customize test commands
test:
override:
- ruby dkan/.ahoy/.scripts/circle-behat.rb docroot/profiles/dkan/test/features/widgets.feature --tags='~@customizable&&~@fixme&&~@testBug':
- ruby dkan/.ahoy/.scripts/circle-behat.rb docroot/profiles/dkan/test/features/widgets.feature --name=DEBUG:
parallel: true
post:
- echo $CIRCLE_ARTIFACTS; cp -av dkan/test/assets $CIRCLE_ARTIFACTS:
Expand Down
2 changes: 1 addition & 1 deletion dkan/test/features/widgets.feature
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Feature: Widgets
And I wait and press "Save"
Then I should see "actionplan.pdf"

Scenario: Adds "New Image Widget" block to home page using panels ipe editor
Scenario: DEBUG Adds "New Image Widget" block to home page using panels ipe editor
When I click on the text " Add image"
And I wait for "Configure new Add image"
And I fill in "field_basic_image_caption[und][0][value]" with "dkan logo image test"
Expand Down

0 comments on commit eeac399

Please sign in to comment.