-
Notifications
You must be signed in to change notification settings - Fork 69
feat(ui5-test-writer): Generate tests for Contact Cards #4872
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
Open
sap-sebelao
wants to merge
30
commits into
main
Choose a base branch
from
feat/ui5-test-writer/contact-cards-tests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
83b39c2
fix(ui5-test-writer): handle ConnectedFields and FieldGroup wrappers
sap-sebelao b1d7303
fix(ui5-test-writer): require DataFieldForAnnotation prefix in name p…
sap-sebelao 6c4c3b2
docs(ui5-test-writer): address review comment
sap-sebelao f3d880c
Linting auto fix commit
github-actions[bot] 1d8674f
feat(ui5-test-writer): Generate tests for Contact Cards
sap-sebelao 01980d1
fix(ui5-test-writer): skip non-Contact annotation wrappers in body fo…
sap-sebelao 51c7e8b
test(fiori-app-sub-generator): regenerate v4 fixtures after template …
sap-sebelao 5bde281
revert: roll back iGoToSection/iExecuteEdit template migration (moved…
sap-sebelao e36468f
chore: remove accidentally embedded local test fixture
sap-sebelao d2496e3
fix(ui5-test-writer): preserve blank-line spacing in ListReportJourne…
sap-sebelao 2a7e789
test(fiori-app-sub-generator): refresh ALP v4 SalesOrderItem fixture
sap-sebelao bf100cc
fix(ui5-test-writer): address review comment
sap-sebelao 77e079f
Merge branch 'main' into feat/ui5-test-writer/contact-cards-tests
sap-sebelao 724f7d5
fix(ui5-test-writer): repair merged object literal and dedupe test
sap-sebelao e7463ba
fix: restore axios lockfile entry after main merge
sap-sebelao cb9cf30
test(fiori-app-sub-generator): refresh ALP v4 MaterialDetails fixture
sap-sebelao d35ea53
Merge remote-tracking branch 'origin/main' into feat/ui5-test-writer/…
sap-sebelao 90c4a62
Remove extra changesets
sap-sebelao 221eddf
Merge remote-tracking branch 'origin/main' into feat/ui5-test-writer/…
sap-sebelao edf2dea
Merge branch 'main' into feat/ui5-test-writer/contact-cards-tests
devinea 8ce436d
Avoid unused When parameter
sap-sebelao 5450d85
Merge branch 'feat/ui5-test-writer/contact-cards-tests' of https://gi…
sap-sebelao 86d467c
Merge remote-tracking branch 'origin/main' into feat/ui5-test-writer/…
sap-sebelao 55f46c9
Remove implementation from 1.84 bucket
sap-sebelao b4d9635
Merge branch 'main' into feat/ui5-test-writer/contact-cards-tests
devinea 06a87a5
Merge branch 'main' into feat/ui5-test-writer/contact-cards-tests
sap-sebelao 5fcc12c
Merge remote-tracking branch 'origin/main' into feat/ui5-test-writer/…
sap-sebelao bcf1542
Merge branch 'main' into feat/ui5-test-writer/contact-cards-tests
sap-sebelao f36030a
Merge remote-tracking branch 'origin/main' into feat/ui5-test-writer/…
sap-sebelao 407d1e9
Merge branch 'main' into feat/ui5-test-writer/contact-cards-tests
sap-sebelao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@sap-ux/ui5-test-writer": minor | ||
| --- | ||
|
|
||
| FEAT: Generate Contact Card OPA5 tests across Object Page header field groups, body-section forms, body-section tables, and List Report tables. `DataFieldForAnnotation::<property>::Contact` entries are detected in the spec model and emitted as `iClickLink({ property: "<property>/Contact" })` followed by `iCheckContactDialog({ controlType: "sap.ui.mdc.link.Panel" })`. Drops the `iPressSectionIconTabFilterButton` page-object workaround in favor of the public `iGoToSection` API and unconditionally emits `iCheckNumberOfSections` (now valid for any section count). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.