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][CR][JF] Fix tier3 failures #820

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Conversation

sshveta
Copy link
Collaborator

@sshveta sshveta commented Nov 19, 2023

  1. Refactored delete methods
  2. Mark bugs

Shveta Sachdeva added 2 commits November 18, 2023 16:35
Signed-off-by: Shveta Sachdeva <sshveta@edhat.com>
Signed-off-by: Shveta Sachdeva <sshveta@edhat.com>
@@ -81,7 +82,7 @@ describe(["@tier3"], "Business services pagination validations", function () {
cy.wait(2 * SEC);
goToLastPage();
// Delete all items of last page
deleteTableRows();
deleteAllItems();
Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess we agreed not to remove everything, but only things created by test

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

In pagination tests some items are deleted for validation and then we don't know what to delete . In such cases we need to remove all Items.

@sshveta sshveta merged commit 716a89d into konveyor:main Nov 20, 2023
2 checks passed
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.

2 participants