-
Notifications
You must be signed in to change notification settings - Fork 40
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
[RFR] Application import: Verify assigned BS for imported application if BS already exists #1273
Conversation
Signed-off-by: Nandini Chandra <[email protected]>
Signed-off-by: Nandini Chandra <[email protected]>
Signed-off-by: Nandini Chandra <[email protected]>
Signed-off-by: Nandini Chandra <[email protected]>
Signed-off-by: Nandini Chandra <[email protected]>
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
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.
Code looks good, I have a question tho
it("Bug MTA-4257: 1)Applications import for non existing tags and BS \ | ||
2)Verify assigned BS for imported application if BS was created through previous import", function () { |
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.
Why are we testing 2 things in the same test case instead of having two different it
?
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.
Thanks @abrugaro. These are long running tests, so I decided to combine the two to save some time . I've combined tests in the same it
block for Assessment tests in the past . Test # 2 requires a few steps from test # 1.
One disadvantage to combining tests is that it does introduce some dependency.
Results from Jenkins run when PR was run on Tackle (off main branch): |
No description provided.