Skip to content
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

TagList page test cases #69

Merged
merged 12 commits into from
Jun 24, 2020
Merged

TagList page test cases #69

merged 12 commits into from
Jun 24, 2020

Conversation

rathorevaibhav
Copy link
Contributor

@rathorevaibhav rathorevaibhav commented Jun 23, 2020

Summary

More test coverage for taglist page.

Note covered

  • Test cases for filter tags and pagination

@rathorevaibhav rathorevaibhav changed the base branch from master to feature/test-cases-tag June 23, 2020 09:51
Base automatically changed from feature/test-cases-tag to master June 23, 2020 11:01
@kurund kurund added this to the v0.1 milestone Jun 23, 2020
@rathorevaibhav rathorevaibhav self-assigned this Jun 23, 2020
@rathorevaibhav rathorevaibhav linked an issue Jun 23, 2020 that may be closed by this pull request
@rathorevaibhav rathorevaibhav marked this pull request as ready for review June 23, 2020 16:39
@rathorevaibhav rathorevaibhav requested a review from a team June 23, 2020 16:42
tag: {
description: 'new Tag description',
id: '121',
isActive: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this should be false?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the input target to be true (instead of false).

opts: {
limit: 10,
offset: 0,
order: 'ASC',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to DESC, so that it is consistent with the result. I know it's mock data, but good to be correct.

@kurund kurund merged commit f8627fa into master Jun 24, 2020
@kurund kurund deleted the feature/more-test-cases-tag branch June 24, 2020 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add unit tests for taglisting functionality
2 participants