Skip to content

Commit

Permalink
chore(specs): Fix react rspec tests after styleguide taxonomy update
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Taymor <ctaymor@pivotal.io>
  • Loading branch information
August Toman-Yih authored and Caroline Taymor committed Sep 24, 2015
1 parent 71f0e47 commit ff509d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/features/components/expander_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

feature 'React Expander', js: true do
scenario 'using the component' do
visit '/react_all_expander.html'
visit '/react_components_expander.html'

within_example_containing('Toggle Content') do
expect(page).not_to have_content('Content in expander')
Expand Down
2 changes: 1 addition & 1 deletion spec/features/components/modal_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

feature 'React Modal', js: true do
scenario 'using the component' do
visit '/react_all_modals.html'
visit '/react_components_modals.html'
expect(page).not_to have_css('.modal')
expect(page).not_to have_css('.modal-backdrop')

Expand Down

0 comments on commit ff509d0

Please sign in to comment.