janpio commented on issue #307: [Tests/CI/Travis] android-7.0 tests are failing URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/307#issuecomment-425924693 Turn out the successful test run in `cordova-plugin-geolocation` has the same line with `alow` in it in line 146 the Appium logs - and all the lines before it are identical to our failing test run. There it results in this: ``` { "screenshot": null, "between_commands": 0.19422101974487305, "suggestion_values": [], "request": { "using": "xpath", "value": "//android.widget.Button[translate(@text, \"alow\", \"ALOW\")=\"ALLOW\"]" }, "HTTPStatus": 200, "result": { "ELEMENT": "1" }, "suggestion": null, "duration": 0.032217979431152344, "path": "element", "method": "POST", "statusCode": 0, "timelineSeconds": 18.396260023117065 }, ``` And then the actual testing starts: ``` { "screenshot": 1, "between_commands": 0.6282658576965332, "suggestion_values": [], "request": {}, "HTTPStatus": 200, "result": true, "suggestion": null, "duration": 3.1124610900878906, "path": "element/1/click", "method": "POST", "statusCode": 0, "timelineSeconds": 18.62269902229309 }, { "screenshot": null, "between_commands": 0.5536580085754395, "suggestion_values": [], "request": { "name": "WEBVIEW_io.cordova.hellocordova" }, "HTTPStatus": 200, "result": null, "suggestion": null, "duration": 0.10723495483398438, "path": "context", "method": "POST", "statusCode": 0, "timelineSeconds": 22.363425970077515 }, ... ``` So: Why is this failing for inappbrowser?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
