-
Notifications
You must be signed in to change notification settings - Fork 115
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
Created Registration test module and moved relevant tests from host.py #13450
Created Registration test module and moved relevant tests from host.py #13450
Conversation
trigger: test-robottelo |
6192dec
to
9c43ed1
Compare
trigger: test-robottelo |
trigger: test-robottelo |
9c43ed1
to
bbdfdc8
Compare
trigger: test-robottelo |
bbdfdc8
to
923c7a2
Compare
4005793
to
bcc585a
Compare
trigger: test-robottelo |
bcc585a
to
85ee2c7
Compare
009eff7
to
db9d159
Compare
trigger: test-robottelo |
This PR is intended for just moving the test cases which are more relevant to registration component. The PRT is failing here and all the failures are addressed in #14001 |
db9d159
to
df25e53
Compare
df25e53
to
0481350
Compare
…om host.py (#14049) Created Registration test module and moved relevant tests from host.py (#13450) (cherry picked from commit 0be99dd) Co-authored-by: Shweta Singh <[email protected]>
Problem Statement
Test cases for registration component were added in ui/test_host.py and it was difficult to track the tests under that component.
Solution
Created a new test module tests/foreman/ui/test_registration.py so that the relevant tests can be tracked under correct component.
Related Issues