-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
7u40, 8
-
generic
-
os_x
-
Verified
FXDT test suite works the following way:
- it calls
dtjava.embed(
{
id : 'SetTestResult',
- and after this expects that getElementById('SetTestResult').toString() contains 'SetTestResult'
This is so with FF on Linux and Windows but with FF and Safari on Mac toString() always returns [object HTMLAppletElement]
I think that this is an issue in Java. Please return it to SQE if you think that this is an intended behavior and
tests should be updated to run on Mac.
- it calls
dtjava.embed(
{
id : 'SetTestResult',
- and after this expects that getElementById('SetTestResult').toString() contains 'SetTestResult'
This is so with FF on Linux and Windows but with FF and Safari on Mac toString() always returns [object HTMLAppletElement]
I think that this is an issue in Java. Please return it to SQE if you think that this is an intended behavior and
tests should be updated to run on Mac.