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][TA] Source analysis on tackle app with hash in Password #1240

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

kpunwatk
Copy link
Collaborator

@kpunwatk kpunwatk commented Oct 15, 2024

@kpunwatk kpunwatk changed the title [WIP][TA] Source analysis on tackle app with hash in Password [RFR][TA] Source analysis on tackle app with hash in Password Oct 15, 2024
@@ -33,20 +33,24 @@ export class CredentialsSourceControlUsername extends CredentialsSourceControl {
inputText(usernameInput, this.username);
}

protected fillPassword() {
inputText(passwordInput, this.password);
protected fillPassword(withHash = false) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Modifying this method just for one test case doesn't look right . Let's send the password from test with # in it.

Signed-off-by: Karishma Punwatkar <[email protected]>

	modified:   cypress/e2e/models/administration/credentials/credentialsSourceControlUsername.ts
	modified:   cypress/e2e/tests/migration/applicationinventory/analysis/source_analysis.test.ts

	modified:   cypress/e2e/tests/migration/applicationinventory/analysis/source_analysis.test.ts
@sshveta sshveta merged commit 6e4e92a into konveyor:main Oct 29, 2024
7 of 9 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