-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/13069 fss UI only display filters where there is more than 1 attribute value #126
Feature/13069 fss UI only display filters where there is more than 1 attribute value #126
Conversation
@@ -93,77 +93,81 @@ describe('Test Search Result Scenario On Simplified Search Page', () => { | |||
expect(fileDownloadStatus).toContain("check"); | |||
}) | |||
|
|||
it('Verify search results specific batch attributes on filter panel', async () => { | |||
it('Verify search results specific batch attributes Not displayed on filter panel', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename this test to Verify batch attributes with single value are not displayed on filter panel
it('Verify search results specific batch attributes Not displayed on filter panel', async () => { | |
it('Verify batch attributes with single value are not displayed on filter panel', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@prasad14878 @kajalkundu could you please resolve the merge conflicts? |
…ere-there-is-more-than-1-attribute-value
No description provided.