Skip to content
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

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

Neilhamza
Copy link
Collaborator

jenkins : currently failing due to a bug, marked on test

Copy link
Collaborator

@ibragins ibragins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Neilhamza <[email protected]>
@Neilhamza Neilhamza requested a review from abrugaro October 3, 2023 14:38
@abrugaro abrugaro merged commit 40289a5 into konveyor:main Oct 5, 2023
2 checks passed
@@ -77,24 +92,34 @@ describe(["@tier1", "@interop"], "Business service CRUD operations", () => {
stakeholder.name
);
businessService.create();
checkSuccessAlert(
Copy link
Collaborator

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 .

Copy link
Collaborator

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.

Copy link
Collaborator

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.

Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants