-
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][JF]Fix download CSV test #768
Conversation
Signed-off-by: Shveta Sachdeva <[email protected]>
Signed-off-by: Shveta Sachdeva <[email protected]>
Signed-off-by: Shveta Sachdeva <[email protected]>
cypress/e2e/models/migration/applicationinventory/application.ts
Outdated
Show resolved
Hide resolved
cypress/e2e/tests/migration/applicationinventory/applications/interlinked.test.ts
Outdated
Show resolved
Hide resolved
cypress/e2e/tests/migration/applicationinventory/applications/interlinked.test.ts
Outdated
Show resolved
Hide resolved
Thanks @sshveta for dependency.test.ts |
Signed-off-by: Shveta Sachdeva <[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.
LGTM
Signed-off-by: Shveta Sachdeva <[email protected]>
Signed-off-by: Shveta Sachdeva <[email protected]>
@@ -345,6 +339,10 @@ export class Application { | |||
else cy.get(appDetailsView.applicationTag).should("contain", tags); | |||
} | |||
|
|||
noTagExists(): void { | |||
cy.contains("h2", "No tags available", { timeout: 120 * SEC }); |
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.
120 could be replaced by a smaller number .
Signed-off-by: Shveta Sachdeva <[email protected]>
No description provided.