SatelliteQE / robottelo

Robottelo is a test suite that exercises The Foreman.
GNU General Public License v3.0
61 stars 112 forks source link

Fix UI test `test_update_domain` #2191

Closed sghai closed 9 years ago

sghai commented 9 years ago

Stacktrace

File "/usr/lib64/python2.7/unittest/case.py", line 369, in run testMethod() File "/home/jenkins/shiningpanda/jobs/ca586003/virtualenvs/d41d8cd9/lib/python2.7/site-packages/ddt.py", line 146, in wrapper return func(self, _args, *_kwargs) File "/home/jenkins/workspace/satellite6-automation-downstream-rhel71-ui/tests/foreman/ui/test_domain.py", line 103, in test_update_domain self.assertIsNotNone(element) File "/usr/lib64/python2.7/unittest/case.py", line 1000, in assertIsNotNone self.fail(self._formatMessage(msg, standardMsg)) File "/usr/lib64/python2.7/unittest/case.py", line 450, in fail raise self.failureException(msg) 'unexpectedly None\n-------------------- >>

sghai commented 9 years ago

Looks like issue is with html tags in domain name. when we search create domain with html tags in name then it doesn't rendered correctly via search. bz 1220104 filed.

sghai commented 9 years ago

PR raised: #2203

sghai commented 9 years ago

Closing it as referenced PR merged