SAP / generator-easy-ui5

Meta-generator various project types within the UI5 Universe
https://blogs.sap.com/2021/04/09/easy-ui5-3.0-from-community-contributions-to-community-plugins/
Apache License 2.0
230 stars 72 forks source link

easy-ui5:uiveri5: Typo in page object action #48

Closed georgbischoff closed 3 years ago

georgbischoff commented 3 years ago

Easy-Ui5 version: v2.2.3

OS/version: Windows 10

Browser/version (+device/version): n/a

Steps to reproduce the problem:

What is the expected result? A valid action is generated.

What happens instead? The action contains a small typo ("c" of controlType is missing): ontrolType: "sap.m.Button"

Any other information? (attach screenshot if possible)

actions: {
      // add action functions here
      iSelectBook: function () {
        element(by.control({
          ontrolType: "sap.m.Button"
        })).click();
      }
    },
IObert commented 3 years ago

I suppose this has been fixed the with commit above. Please reopen if the issue still persists.