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] Automate Application information test case #813

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

kpunwatk
Copy link
Collaborator

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

modified:   cypress/e2e/models/migration/applicationinventory/application.ts
modified:   cypress/e2e/tests/migration/applicationinventory/applications/crud.test.ts
modified:   cypress/e2e/types/constants.ts
modified:   cypress/e2e/views/applicationinventory.view.ts

@@ -459,4 +474,9 @@ export class Application {
});
});
}
applicationInformation(): void {
this.applicationDetailsTab(details);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Rename this method to validateApplicationInfo() or if you are just clicking on pencil Icon here then rename it to

editApplicationFromApplicationProfile()

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done, Thanks !

@kpunwatk kpunwatk force-pushed the pencil_icon_TC branch 3 times, most recently from 3d06767 to f4986ab Compare November 24, 2023 08:57
@kpunwatk kpunwatk changed the title [WIP] Automate Application information test case [RFR] Automate Application information test case Nov 24, 2023
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

@@ -72,7 +72,7 @@ export type JiraConnectionData = {
};

export type applicationData = {
name: string;
name?: string;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are you making name optional ? Isn't it a mandatory field ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done, Thanks !

@kpunwatk kpunwatk force-pushed the pencil_icon_TC branch 2 times, most recently from e2a3523 to 3485de4 Compare December 4, 2023 09:00
Signed-off-by: Karishma Punwatkar <[email protected]>

	modified:   cypress/e2e/models/migration/applicationinventory/application.ts
	modified:   cypress/e2e/tests/migration/applicationinventory/applications/create.test.ts
	modified:   cypress/e2e/types/constants.ts
	modified:   cypress/e2e/types/types.ts
	modified:   cypress/e2e/views/applicationinventory.view.ts
@kpunwatk
Copy link
Collaborator Author

kpunwatk commented Dec 4, 2023

Jenkins run pass
Screenshot from 2023-12-04 15-37-29

@sshveta sshveta merged commit 0b2b7b4 into konveyor:main Dec 4, 2023
5 of 7 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.

3 participants