Skip to content

Add integration tests for pre-filled category/country at page with series creation after adding new category/country #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
php-coder opened this issue Sep 22, 2015 · 4 comments

Comments

@php-coder
Copy link
Owner

php-coder commented Sep 22, 2015

  • After adding new category user should see a message with link to series creation page. When he/she open this link category must be filled
  • After adding new country user should see a message with link to series creation page. When he/she open this link country must be filled
  • When user open /series/add/category/{id} category must be filled
  • When user open /series/add/country/{id} country must be filled
  • When user open /series/add/category/{id} with unknown category, then category field must not be filled
  • When user open /series/add/country/{id} with unknown country, then country field must not be filled

Technical debt for: 4877c26

@php-coder
Copy link
Owner Author

Because we don't have these tests we couldn't detect this regression: #438

@php-coder
Copy link
Owner Author

/series/add/country/{id} was replaced by /series/add/country/{slug} in 2886627 (#438)

@php-coder
Copy link
Owner Author

php-coder commented Aug 14, 2016

/series/add/category/{id} was replaced by /series/add/category/{slug} in 66ee8b4 (#206)

@php-coder
Copy link
Owner Author

/series/add/country/{slug} and /series/add/category/{slug} were replaced by /series/add?country={slug} and /series/add?category={slug} in e579d53 (#514)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant