You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSN-SPB
changed the title
JND Template: the name of generated PO files doesn't corresponds to the jdiLightTemplate.json file
JND Template: the changing "nameCase": and "typeCase": doesn't affect the generated PO files as expected
May 15, 2020
Open JDN plugin; Generate subtab and open Setting menu by pressing Cogwheel sub-button new 'Generate' button
Navigate to HomePage and create and download the set of PO files
Download an existing template by clicking the corresponding button in Rule subtab: this moment 'Export'
Make copy of downloaded file jdiLightTemplate.json
Update the copy as follow:
from
"nameCase": "camelCase",
"typeCase": "PascalCase",
to
Upload new template by clicking the corresponding button in Generate subtab: this moment 'Import'
Navigate to HomePage and create and download the set of PO files
Compare downloaded PO files
Expected
The locators in the page object files are updated as follow
e.g. within HomePage.java the line
@ui("header") public Header header;
is modified to:
@ui("header") public header Header;
Actual:
No changing
The text was updated successfully, but these errors were encountered: