-
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]marking mta bug for test and adding success message check #728
Conversation
Signed-off-by: Neilhamza <[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
cypress/e2e/tests/migration/controls/businessservices/crud.test.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Neilhamza <[email protected]>
@@ -77,24 +92,34 @@ describe(["@tier1", "@interop"], "Business service CRUD operations", () => { | |||
stakeholder.name | |||
); | |||
businessService.create(); | |||
checkSuccessAlert( |
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.
Sorry for late comment.
We are adding these message checks only once in a test so that if message changes only one test fails .
So in the CRUD test we assert for success create , edit and delete messages .
Not in any other tests.
Please remove them in a separate PR .
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.
Yeah but this is the CRUD test, I may be missing something but I think this is the place to check for notifications.
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.
I know all are crud tests in this file but validation in one test is 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.
Oh ok, makes sense, thanks for clarifying
jenkins : currently failing due to a bug, marked on test