Actions
Bug #7494
closedSearch on usergroup page doesn't filter the specified string (w/wo quotes)
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1142588
Description of problem:
Automation tests were failing as UI doesn't search usergroup names properly. Initially I thought problem is only with utf8 and latin1 characters, issue is with alpha nd numeric strings too.
Version-Release number of selected component (if applicable):
Sat6 GA Z release
Satellite-6.0.4-RHEL-6-20140915.0
How reproducible:
always
Steps to Reproduce:
1. create usergroup with alpha, numeric, latin and utf8 chars
2. user searchbar on usergroup page to search/filter any one created in step1
3.
Actual results:
Search won't filter the given string
Expected results:
Search should filter the only specified string
Additional info:
no error in logs
Actions