-
Notifications
You must be signed in to change notification settings - Fork 48
Generate Manual test case for ADP Test #3602
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
base: main
Are you sure you want to change the base?
Conversation
|
steps: ManualTestCaseStep[]; | ||
} | ||
|
||
export default class ManualTestCaseReporter implements Reporter { |
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.
Class name should match the file name - manual-test-case-reporter.ts
.
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.
adapted
7. Check `Save` button is disabled | ||
8. Verify changes: | ||
|
||
## Change(s) |
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.
This probably doesn't need to be a title.
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.
adapted
|
||
8. Click on link `Reload` | ||
9. Click on button `Show Page Controller` | ||
10. Check filename 'adp.fiori.elements.v2/changes/coding/TestController.js' is visible |
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.
10. Check filename 'adp.fiori.elements.v2/changes/coding/TestController.js' is visible | |
10. Check filename `adp.fiori.elements.v2/changes/coding/TestController.js` is visible |
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.
adapted
|
No description provided.