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 unexpected changing PO file with modified jdiLightTemplate.json #36

Open
SSN-SPB opened this issue May 14, 2020 · 1 comment

Comments

@SSN-SPB
Copy link

SSN-SPB commented May 14, 2020

The changing the jdiLightTemplate.json as folow:
from
{
"package": "",
"siteName": "",

to
{
"package": "UPPER_CASE_SNAKE_CASE",
"siteName": "",

affects the downloaded PO files as follow:

New actual header of the generated PO file

..
package UPPER_CASE_SNAKE_CASE.pages;

import com.epam.jdi.light.elements.pageobjects.annotations.locators.;
import com.epam.jdi.light.elements.composite.
;
import com.epam.jdi.light.elements.complex.;
import com.epam.jdi.light.elements.common.
;
import com.epam.jdi.light.elements.complex.dropdown.;
import com.epam.jdi.light.elements.complex.table.
;
import com.epam.jdi.light.ui.html.elements.complex.;
import com.epam.jdi.light.ui.html.elements.common.
;
import UPPER_CASE_SNAKE_CASE.sections.*;

..

The initial header of the generated PO file

package io.github.jditesting.pages;

import com.epam.jdi.light.elements.pageobjects.annotations.locators.;
import com.epam.jdi.light.elements.composite.
;
import com.epam.jdi.light.elements.complex.;
import com.epam.jdi.light.elements.common.
;
import com.epam.jdi.light.elements.complex.dropdown.;
import com.epam.jdi.light.elements.complex.table.
;
import com.epam.jdi.light.ui.html.elements.complex.;
import com.epam.jdi.light.ui.html.elements.common.
;
import io.github.jditesting.sections.*;

Expected: changing either ignored or affects the PO file as expected

@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
Projects
Status: ToDo
Development

No branches or pull requests

2 participants