-
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] Automate Application information test case #813
Conversation
e6e4318
to
5c8c700
Compare
cypress/e2e/tests/migration/applicationinventory/applications/crud.test.ts
Outdated
Show resolved
Hide resolved
cypress/e2e/tests/migration/applicationinventory/applications/crud.test.ts
Outdated
Show resolved
Hide resolved
cypress/e2e/tests/migration/applicationinventory/applications/crud.test.ts
Outdated
Show resolved
Hide resolved
cypress/e2e/tests/migration/applicationinventory/applications/crud.test.ts
Outdated
Show resolved
Hide resolved
@@ -459,4 +474,9 @@ export class Application { | |||
}); | |||
}); | |||
} | |||
applicationInformation(): void { | |||
this.applicationDetailsTab(details); |
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.
Rename this method to validateApplicationInfo() or if you are just clicking on pencil Icon here then rename it to
editApplicationFromApplicationProfile()
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.
Done, Thanks !
3d06767
to
f4986ab
Compare
f4986ab
to
bc31485
Compare
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
cypress/e2e/types/types.ts
Outdated
@@ -72,7 +72,7 @@ export type JiraConnectionData = { | |||
}; | |||
|
|||
export type applicationData = { | |||
name: string; | |||
name?: string; |
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.
Why are you making name optional ? Isn't it a mandatory field ?
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.
Done, Thanks !
e2a3523
to
3485de4
Compare
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
3485de4
to
3d0fd5e
Compare
Signed-off-by: Karishma Punwatkar [email protected]