We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e1bf6 commit e2ca5fdCopy full SHA for e2ca5fd
1 file changed
plugins/ui5/skills/opa5/references/handle-multiple-views.md
@@ -23,7 +23,7 @@ Example 2:
23
View-specific page object file containing selector for cross-view navigation:
24
```javascript
25
// integration/pages/Detail.js
26
-iShouldSeeTheHash: function (sExpectedHash) {
+iShouldSeeTheHash(sExpectedHash) {
27
return this.waitFor({
28
success: function () {
29
Opa5.assert.strictEqual(Opa5.getHashChanger().getHash(), sExpectedHash, "The Hash not correct");
0 commit comments