Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JND Template: the changing "nameCase": and "typeCase": doesn't affect the generated PO files as expected #37

Open
SSN-SPB opened this issue May 14, 2020 · 1 comment
Labels
⛔ blocked bug Something isn't working JDN

Comments

@SSN-SPB
Copy link

SSN-SPB commented May 14, 2020

  1. Open JDN plugin; Generate subtab and open Setting menu by pressing Cogwheel sub-button new 'Generate' button

  2. Navigate to HomePage and create and download the set of PO files

  3. Download an existing template by clicking the corresponding button in Rule subtab: this moment 'Export'

  4. Make copy of downloaded file jdiLightTemplate.json

  5. Update the copy as follow:

from
"nameCase": "camelCase",
"typeCase": "PascalCase",
to

"nameCase": "PascalCase",
"typeCase": "camelCase",
  1. Upload new template by clicking the corresponding button in Generate subtab: this moment 'Import'

  2. Navigate to HomePage and create and download the set of PO files

  3. 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

@SSN-SPB 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
@SSN-SPB SSN-SPB added bug Something isn't working and removed clarification labels May 15, 2020
@SSN-SPB
Copy link
Author

SSN-SPB commented Jul 20, 2020

Blocked by #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⛔ blocked bug Something isn't working JDN
Projects
Status: ToDo
Development

No branches or pull requests

2 participants