TestApp
9 years agoOccasional Contributor
IE 11 is not working with Testcomplete
Please see attached the error (waiting for page(*) ) I am getting while running the scripts with TestComplete on IE11. The same scripts used to work with the previous versions of internet explorer (IE9) . Please note that these scripts are still working with chrome. Any help will be appreciated.
Thanks,
Hi road21,
OpenAPI 3.0 uses JSON Schema Wright Draft 00 (aka Draft 5), which requires at least one item in the "required" list:
https://tools.ietf.org/html/draft-wright-json-schema-validation-00#section-5.15
Empty "required" list is supported in later versions of JSON Schema, but OpenAPI has not been updated to that version yet.