How to fill Object Page Header title and Header Facet forms using Test Integration Library #596
Unanswered
vaibhav0461
asked this question in
Q&A
Replies: 1 comment
-
Hi @vaibhav0461, Try something like this: When.onClassObjectPage.onForm("General Data")
.iChangeField("Brief Description", "something") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are new in using wdi5 to write e2e tests for UI Screens which uses Fiori Elements and odata v4. we are creating new Business Object so we are able to click on create button in list report and navigate to Object Page now we want to enter values in Header title, description and in Header Facets. We read through the documentation of sap.fe.test library but not able to make it success. This is the code we tried.
Screen looks like this
This is the annotation file for the Object Page Header section
Beta Was this translation helpful? Give feedback.
All reactions