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
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
1. Which version of PhantomJS are you using? 2.1.1
2. What steps will reproduce the problem? 1. Create a simple test (using karma + jasmine) that compares two objects (intentionnally put different values so the test won't pass) 2. Add an attribute baseSomething to your object (and/or add baseSometing as value) 3. Run the test
3. Which operating system are you using? Window 10 Pro x64
4. Did you use binary PhantomJS or did you compile it from source? I used PhantomJS-prebuilt
5. Please provide any additional information below:
This should leave base as base, but right now it is replacing the base value in attributes and values with the path.
So let's say in an object you have :
'baseSchema': {} it will replace it in phantomjs with : 'c:/my/path/to/projectSchema': {}
'baseTest': 'baseTest' it will replace it in phantomjs with 'c:/my/path/to/projectTest': 'c:/my/path/to/projectTest'
The text was updated successfully, but these errors were encountered:
Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!
1. Which version of PhantomJS are you using? 2.1.1
2. What steps will reproduce the problem?
1. Create a simple test (using karma + jasmine) that compares two objects (intentionnally put different values so the test won't pass)
2. Add an attribute
baseSomething
to your object (and/or addbaseSometing
as value)3. Run the test
3. Which operating system are you using? Window 10 Pro x64
4. Did you use binary PhantomJS or did you compile it from source? I used
PhantomJS-prebuilt
5. Please provide any additional information below:
This should leave
base
asbase
, but right now it is replacing thebase
value in attributes and values with the path.So let's say in an object you have :
'baseSchema': {}
it will replace it in phantomjs with :'c:/my/path/to/projectSchema': {}
'baseTest': 'baseTest'
it will replace it in phantomjs with'c:/my/path/to/projectTest': 'c:/my/path/to/projectTest'
The text was updated successfully, but these errors were encountered: