Skip to content

Commit 94e1bf6

Browse files
kineticjsflovogt
andauthored
feat(ui5): Adapt to new object syntax
Co-authored-by: Florian Vogt <florian.vogt@sap.com>
1 parent 1537e99 commit 94e1bf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/ui5/skills/opa5/references/handle-multiple-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Example 1:
77
Adding selector for a control from `App.view.xml` into the page object for its **nested** view (e.g. into `integration/pages/Detail.js` for `Detail.view.xml`):
88
```javascript
99
// integration/pages/Detail.js
10-
iShouldSeeTheAppInFullScreenMode: function () {
10+
iShouldSeeTheAppInFullScreenMode() {
1111
return this.waitFor({
1212
id: "layout",
1313
viewName: "App",

0 commit comments

Comments
 (0)