getgauge / taiko

A node.js library for testing modern web applications
https://taiko.dev
MIT License
3.56k stars 452 forks source link

Taiko is unable to click the next button after typing email in google oauth page integrated with our application. #1038

Closed brijeshktest closed 4 years ago

brijeshktest commented 4 years ago

Expected behavior

Taiko should be able to click on Next Button

Actual behavior

Script types the email id and then keeps on waiting and the finally fails with following error:

Error Message: Error: Navigation took more than 30000ms. Please increase the timeout. Stacktrace: Error: Navigation took more than 30000ms. Please increase the timeout.

Steps to reproduce

  1. I go to our application home page and click('Login With Google').
  2. User is taken to "https://accounts.google.com/signin/oauth/oauthchooseaccount?client_id='XXXXXX' and so on.
  3. Write('abc@xyz.com') in "email or phone field" on the page.
  4. Click('Next')
  5. Click on Next never happens.

    Versions

    Node Version: v10.16.3 
    Taiko Version : Version: 1.0.2 (Chromium: 76.0.3803.0) RELEASE
zabil commented 4 years ago

Can you try upgrading to Taiko 1.0.3 ?

This script works in the latest version

const { openBrowser, goto, write, click, closeBrowser } = require('taiko');
(async () => {
    try {
        await openBrowser();
        await goto('https://accounts.google.com/signin');
        await write('abc@xyz.com');
        await click('Next');
    } catch (error) {
        console.error(error);
    } finally {
        await closeBrowser();
    }
})();

Please provide any other info that might help. Perhaps a screenshot of the page without any sensitive information, or you could inspect the "Next" button in developer tools and share the HTML snippet.

brijeshktest commented 4 years ago

Please see attached video. simplescreenrecorder-2020-01-16_12.27.42.mkv.zip

negiDharmendra commented 4 years ago

@brijeshktest Please upgrade taiko to 1.0.3 as suggested by @zabil.

brijeshktest commented 4 years ago

@negiDharmendra ,I did it before recording the video.

negiDharmendra commented 4 years ago

@brijeshktest Run DEBUG='*event' gauge runand share the logs with us

negiDharmendra commented 4 years ago

@brijeshktest Thanks for sharing the logs.

Specifications: 1 executed 1 passed 0 failed 0 skipped Scenarios: 1 executed 1 passed 0 failed 0 skipped

These logs are of a successful run. Please share the logs of that run in which you are facing the issue.

brijeshktest commented 4 years ago

@negiDharmendra Here you go. Sorry for sharing the logs of successful run of other test.

(node:17841) DeprecationWarning: grpc.load: Use the @grpc/proto-loader module with grpc.loadPackageDefinition instead 2020-01-17T09:33:46.499Z taiko:event Session Created

Getting Started with Gauge

Login to SCM Portal 2020-01-17T09:33:46.520Z taiko:event Lifecyle event: commit

2020-01-17T09:33:46.520Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-17T09:33:46.520Z taiko:event Lifecyle event: load 2020-01-17T09:33:46.520Z taiko:event Lifecyle event: networkAlmostIdle 2020-01-17T09:33:46.520Z taiko:event Lifecyle event: networkIdle 2020-01-17T09:33:46.528Z taiko:event Request started: RequestId : 9345D1E1E34EBD8870DD33219492F00A Request Url : http://xyz-domainnamehidden.com/ 2020-01-17T09:33:46.530Z taiko:event Waiting for: RequestId : 9345D1E1E34EBD8870DD33219492F00A Request Url : http://xyz-domainnamehidden.com/ 2020-01-17T09:33:47.221Z taiko:event Lifecyle event: networkAlmostIdle 2020-01-17T09:33:47.222Z taiko:event Lifecyle event: networkIdle 2020-01-17T09:33:47.234Z taiko:event Response Recieved: Request id: 9345D1E1E34EBD8870DD33219492F00A 2020-01-17T09:33:47.287Z taiko:event Frame load started: BF46FA8711A3788844E9848A3BDE8A95 2020-01-17T09:33:47.295Z taiko:event Lifecyle event: init 2020-01-17T09:33:47.321Z taiko:event Request started: RequestId : 17916.2 Request Url : https://fonts.googleapis.com/css?family=Lato:400,700,900 2020-01-17T09:33:47.322Z taiko:event Waiting for: RequestId : 17916.2 Request Url : https://fonts.googleapis.com/css?family=Lato:400,700,900 2020-01-17T09:33:47.322Z taiko:event Request started: RequestId : 17916.3 Request Url : http://xyz-domainnamehidden.com/runtime.a136eed977b1987a18e2.js 2020-01-17T09:33:47.325Z taiko:event Waiting for: RequestId : 17916.3 Request Url : http://xyz-domainnamehidden.com/runtime.a136eed977b1987a18e2.js 2020-01-17T09:33:47.328Z taiko:event Request started: RequestId : 17916.4 Request Url : http://xyz-domainnamehidden.com/polyfills.88488a5d5c05a68e50b2.js 2020-01-17T09:33:47.328Z taiko:event Waiting for: RequestId : 17916.4 Request Url : http://xyz-domainnamehidden.com/polyfills.88488a5d5c05a68e50b2.js 2020-01-17T09:33:47.331Z taiko:event Request started: RequestId : 17916.5 Request Url : http://xyz-domainnamehidden.com/styles.be90fb3af6f07370ecb1.js 2020-01-17T09:33:47.331Z taiko:event Waiting for: RequestId : 17916.5 Request Url : http://xyz-domainnamehidden.com/styles.be90fb3af6f07370ecb1.js 2020-01-17T09:33:47.334Z taiko:event Request started: RequestId : 17916.6 Request Url : http://xyz-domainnamehidden.com/vendor.0f6fb134f481d68deb66.js 2020-01-17T09:33:47.334Z taiko:event Waiting for: RequestId : 17916.6 Request Url : http://xyz-domainnamehidden.com/vendor.0f6fb134f481d68deb66.js 2020-01-17T09:33:47.338Z taiko:event Request started: RequestId : 17916.7 Request Url : http://xyz-domainnamehidden.com/main.c15cb5df20f7661b5e03.js 2020-01-17T09:33:47.338Z taiko:event Waiting for: RequestId : 17916.7 Request Url : http://xyz-domainnamehidden.com/main.c15cb5df20f7661b5e03.js 2020-01-17T09:33:47.340Z taiko:event Request resolved: RequestId : 9345D1E1E34EBD8870DD33219492F00A 2020-01-17T09:33:47.360Z taiko:event Response Recieved: Request id: 17916.3 2020-01-17T09:33:47.361Z taiko:event Request resolved: RequestId : 17916.3 2020-01-17T09:33:47.381Z taiko:event Response Recieved: Request id: 17916.4 2020-01-17T09:33:47.381Z taiko:event Response Recieved: Request id: 17916.5 2020-01-17T09:33:47.385Z taiko:event Response Recieved: Request id: 17916.7 2020-01-17T09:33:47.403Z taiko:event Response Recieved: Request id: 17916.6 2020-01-17T09:33:47.444Z taiko:event Request resolved: RequestId : 17916.4 2020-01-17T09:33:47.544Z taiko:event Request resolved: RequestId : 17916.5 2020-01-17T09:33:47.640Z taiko:event Response Recieved: Request id: 17916.2 2020-01-17T09:33:47.673Z taiko:event Request resolved: RequestId : 17916.2 2020-01-17T09:33:47.792Z taiko:event Request started: RequestId : 17916.11 Request Url : https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2 2020-01-17T09:33:47.792Z taiko:event Waiting for: RequestId : 17916.11 Request Url : https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2 2020-01-17T09:33:48.190Z taiko:event Response Recieved: Request id: 17916.11 2020-01-17T09:33:48.191Z taiko:event Request resolved: RequestId : 17916.7 2020-01-17T09:33:48.209Z taiko:event Request resolved: RequestId : 17916.11 2020-01-17T09:33:48.913Z taiko:event Request resolved: RequestId : 17916.6 2020-01-17T09:33:50.928Z taiko:event LoadEventFired from NavigatedWithinPage 2020-01-17T09:33:50.930Z taiko:event LoadEventFired from NavigatedWithinPage 2020-01-17T09:33:50.933Z taiko:event Request started: RequestId : 17916.20 Request Url : https://connect.facebook.net/en_US/sdk.js 2020-01-17T09:33:50.935Z taiko:event Request started: RequestId : 17916.21 Request Url : https://apis.google.com/js/platform.js 2020-01-17T09:33:50.936Z taiko:event Request started: RequestId : 17916.22 Request Url : https://platform.linkedin.com/in.js 2020-01-17T09:33:50.939Z taiko:event Request started: RequestId : 17916.23 Request Url : http://xyz-domainnamehidden.com/assets/img/lap-login.png 2020-01-17T09:33:50.939Z taiko:event Request started: RequestId : 17916.24 Request Url : http://xyz-domainnamehidden.com/assets/img/tab-login.png 2020-01-17T09:33:50.939Z taiko:event Request started: RequestId : 17916.25 Request Url : http://xyz-domainnamehidden.com/assets/img/mob-login.png 2020-01-17T09:33:50.951Z taiko:event Request started: RequestId : 17916.26 Request Url : http://xyz-domainnamehidden.com/login-bg.ffe48393d5e4b93c731b.png 2020-01-17T09:33:50.952Z taiko:event Request started: RequestId : 17916.13 Request Url : https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.woff2 2020-01-17T09:33:50.955Z taiko:event DOMContentLoaded 2020-01-17T09:33:50.955Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-17T09:33:50.969Z taiko:event Response Recieved: Request id: 17916.23 2020-01-17T09:33:50.969Z taiko:event Response Recieved: Request id: 17916.24 2020-01-17T09:33:50.970Z taiko:event Response Recieved: Request id: 17916.25 2020-01-17T09:33:50.976Z taiko:event Response Recieved: Request id: 17916.26 2020-01-17T09:33:50.978Z taiko:event Request resolved: RequestId : 17916.23 2020-01-17T09:33:50.985Z taiko:event Request resolved: RequestId : 17916.24 2020-01-17T09:33:50.986Z taiko:event Request resolved: RequestId : 17916.25 2020-01-17T09:33:50.990Z taiko:event Request resolved: RequestId : 17916.26 2020-01-17T09:33:50.995Z taiko:event Lifecyle event: firstPaint 2020-01-17T09:33:50.995Z taiko:event Lifecyle event: firstContentfulPaint 2020-01-17T09:33:50.996Z taiko:event Lifecyle event: firstMeaningfulPaintCandidate 2020-01-17T09:33:51.019Z taiko:event Response Recieved: Request id: 17916.13 2020-01-17T09:33:51.022Z taiko:event Request resolved: RequestId : 17916.13 2020-01-17T09:33:51.022Z taiko:event Lifecyle event: firstImagePaint 2020-01-17T09:33:51.338Z taiko:event Response Recieved: Request id: 17916.22 2020-01-17T09:33:51.423Z taiko:event Request resolved: RequestId : 17916.22 2020-01-17T09:33:51.564Z taiko:event Response Recieved: Request id: 17916.21 2020-01-17T09:33:51.586Z taiko:event Request resolved: RequestId : 17916.21 2020-01-17T09:33:51.589Z taiko:event Request started: RequestId : 17916.27 Request Url : https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en_US.sMn3oj1Y3cA.O/m=auth2/rt=j/sv=1/d=1/ed=1/am=wQc/rs=AGLTcCN2dfVUHs4zuTf0kWyDefSg5_jNrA/cb=gapi.loaded_0 2020-01-17T09:33:51.764Z taiko:event Response Recieved: Request id: 17916.20 2020-01-17T09:33:51.765Z taiko:event Request resolved: RequestId : 17916.20 2020-01-17T09:33:51.773Z taiko:event Request started: RequestId : 17916.28 Request Url : https://connect.facebook.net/en_US/sdk.js?hash=68537e64f4f2df34532262e70b1ae91c&ua=modern_es6 2020-01-17T09:33:52.004Z taiko:event Lifecyle event: networkAlmostIdle 2020-01-17T09:33:52.005Z taiko:event Lifecyle event: firstMeaningfulPaint 2020-01-17T09:33:52.006Z taiko:event Response Recieved: Request id: 17916.27 2020-01-17T09:33:52.038Z taiko:event Request resolved: RequestId : 17916.27 2020-01-17T09:33:52.066Z taiko:event Request started: RequestId : 75A53C35768B7F1E39C4D78F975259EC Request Url : https://accounts.google.com/o/oauth2/iframe 2020-01-17T09:33:52.069Z taiko:event Lifecyle event: init 2020-01-17T09:33:52.074Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-17T09:33:52.079Z taiko:event Frame load started: 0232BAE10857AF0584B60F4826C888AC 2020-01-17T09:33:52.082Z taiko:event Lifecyle event: init 2020-01-17T09:33:52.084Z taiko:event Lifecyle event: load 2020-01-17T09:33:52.084Z taiko:event Frame load resolved: 0232BAE10857AF0584B60F4826C888AC 2020-01-17T09:33:52.085Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-17T09:33:52.085Z taiko:event Frame navigation started: 0232BAE10857AF0584B60F4826C888AC 2020-01-17T09:33:52.085Z taiko:event Frame load started: 0232BAE10857AF0584B60F4826C888AC 2020-01-17T09:33:52.085Z taiko:event Frame navigation resolved: 0232BAE10857AF0584B60F4826C888AC 2020-01-17T09:33:52.107Z taiko:event Target Created: Target id: undefined 2020-01-17T09:33:52.182Z taiko:event Session Created 2020-01-17T09:33:52.182Z taiko:event Target Navigated: Target id: undefined 2020-01-17T09:33:52.183Z taiko:event Lifecyle event: commit 2020-01-17T09:33:52.186Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-17T09:33:52.186Z taiko:event Lifecyle event: networkAlmostIdle 2020-01-17T09:33:52.186Z taiko:event Lifecyle event: networkIdle 2020-01-17T09:33:52.532Z taiko:event Response Recieved: Request id: C8B26DC9FD0A6B890DCF96FA97F8523A 2020-01-17T09:33:52.582Z taiko:event Frame load started: 9AA36BB5A4ABA011C050B9465AE4A6C2 2020-01-17T09:33:52.583Z taiko:event Lifecyle event: init 2020-01-17T09:33:52.594Z taiko:event Request started: RequestId : 17959.5 Request Url : https://ssl.gstatic.com/accounts/o/1530230185-xsrfstatemanager.js 2020-01-17T09:33:52.595Z taiko:event Waiting for: RequestId : 17959.5 Request Url : https://ssl.gstatic.com/accounts/o/1530230185-xsrfstatemanager.js 2020-01-17T09:33:52.865Z taiko:event Response Recieved: Request id: 17959.5 2020-01-17T09:33:52.866Z taiko:event Request resolved: RequestId : 17959.5 2020-01-17T09:33:52.898Z taiko:event LoadEventFired 2020-01-17T09:33:52.902Z taiko:event Lifecyle event: load 2020-01-17T09:33:52.914Z taiko:event DOMContentLoaded 2020-01-17T09:33:52.915Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-17T09:33:52.932Z taiko:event Request started: RequestId : 10FAA7131843590356783CBE4E78BB34 Request Url : https://accounts.google.com/signin/oauth?client_id=233811111628-vohai5qanhc9s1rpullt85cbuo7rfgu1.apps.googleusercontent.com&as=sYHdDA6gzdbGu8gzkKqIKw&destination=http://xyz-domainnamehidden.com&approval_state=!ChRqaU9ybHlOZHk2a3o2bVNRRVR0NRIfWXpEVldPcFUtZ2dVOEhuU1JuY2dubXBPM2FBdC14WQ%E2%88%99AJDr988AAAAAXiLRAGJD4DTqWb2qBzuMo9X6HsUAawpe&oauthgdpr=1&xsrfsig=ChkAeAh8T2DVmyR7ltBxHTFW5mJla6OHUS78Eg5hcHByb3ZhbF9zdGF0ZRILZGVzdGluYXRpb24SBXNvYWN1Eg9vYXV0aHJpc2t5c2NvcGU 2020-01-17T09:33:52.932Z taiko:event Waiting for: RequestId : 10FAA7131843590356783CBE4E78BB34 Request Url : https://accounts.google.com/signin/oauth?client_id=233811111628-vohai5qanhc9s1rpullt85cbuo7rfgu1.apps.googleusercontent.com&as=sYHdDA6gzdbGu8gzkKqIKw&destination=http://xyz-domainnamehidden.com&approval_state=!ChRqaU9ybHlOZHk2a3o2bVNRRVR0NRIfWXpEVldPcFUtZ2dVOEhuU1JuY2dubXBPM2FBdC14WQ%E2%88%99AJDr988AAAAAXiLRAGJD4DTqWb2qBzuMo9X6HsUAawpe&oauthgdpr=1&xsrfsig=ChkAeAh8T2DVmyR7ltBxHTFW5mJla6OHUS78Eg5hcHByb3ZhbF9zdGF0ZRILZGVzdGluYXRpb24SBXNvYWN1Eg9vYXV0aHJpc2t5c2NvcGU 2020-01-17T09:33:52.943Z taiko:event Frame navigation started: 9AA36BB5A4ABA011C050B9465AE4A6C2 2020-01-17T09:33:52.946Z taiko:event Frame load started: 9AA36BB5A4ABA011C050B9465AE4A6C2 2020-01-17T09:33:52.947Z taiko:event Frame navigation resolved: 9AA36BB5A4ABA011C050B9465AE4A6C2 2020-01-17T09:33:52.948Z taiko:event Request started: RequestId : 17959.7 Request Url : https://accounts.google.com/favicon.ico 2020-01-17T09:33:52.948Z taiko:event Waiting for: RequestId : 17959.7 Request Url : https://accounts.google.com/favicon.ico 2020-01-17T09:33:53.196Z taiko:event Response Recieved: Request id: 10FAA7131843590356783CBE4E78BB34 2020-01-17T09:33:53.258Z taiko:event Request resolved: RequestId : 17959.7 2020-01-17T09:33:53.266Z taiko:event Lifecyle event: init 2020-01-17T09:33:53.815Z taiko:event Request resolved: RequestId : 10FAA7131843590356783CBE4E78BB34 2020-01-17T09:33:53.825Z taiko:event Request started: RequestId : 17959.55 Request Url : data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23e6e6e6%27%2F%3E%3C%2Fsvg%3E 2020-01-17T09:33:53.825Z taiko:event Waiting for: RequestId : 17959.55 Request Url : data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23e6e6e6%27%2F%3E%3C%2Fsvg%3E 2020-01-17T09:33:53.826Z taiko:event Response Recieved: Request id: 17959.55 2020-01-17T09:33:53.826Z taiko:event Request resolved: RequestId : 17959.55 2020-01-17T09:33:53.826Z taiko:event Request started: RequestId : 17959.30 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2 2020-01-17T09:33:53.826Z taiko:event Waiting for: RequestId : 17959.30 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2 2020-01-17T09:33:53.827Z taiko:event Request started: RequestId : 17959.49 Request Url : https://fonts.gstatic.com/s/googlesans/v14/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2 2020-01-17T09:33:53.827Z taiko:event Waiting for: RequestId : 17959.49 Request Url : https://fonts.gstatic.com/s/googlesans/v14/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2 2020-01-17T09:33:53.827Z taiko:event Request started: RequestId : 17959.37 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 2020-01-17T09:33:53.827Z taiko:event Waiting for: RequestId : 17959.37 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 2020-01-17T09:33:53.828Z taiko:event Request started: RequestId : 17959.54 Request Url : https://fonts.gstatic.com/s/googlesans/v14/4UabrENHsxJlGDuGo1OIlLU94YtzCwY.woff2 2020-01-17T09:33:53.828Z taiko:event Waiting for: RequestId : 17959.54 Request Url : https://fonts.gstatic.com/s/googlesans/v14/4UabrENHsxJlGDuGo1OIlLU94YtzCwY.woff2 2020-01-17T09:33:53.828Z taiko:event Request started: RequestId : 17959.29 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 2020-01-17T09:33:53.828Z taiko:event Waiting for: RequestId : 17959.29 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 2020-01-17T09:33:53.828Z taiko:event Request started: RequestId : 17959.27 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 2020-01-17T09:33:53.828Z taiko:event Waiting for: RequestId : 17959.27 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 2020-01-17T09:33:53.828Z taiko:event Request started: RequestId : 17959.25 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 2020-01-17T09:33:53.828Z taiko:event Waiting for: RequestId : 17959.25 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 2020-01-17T09:33:53.828Z taiko:event DOMContentLoaded 2020-01-17T09:33:53.830Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-17T09:33:53.830Z taiko:event Lifecyle event: firstPaint 2020-01-17T09:33:53.831Z taiko:event Lifecyle event: firstContentfulPaint 2020-01-17T09:33:53.831Z taiko:event Lifecyle event: firstMeaningfulPaintCandidate 2020-01-17T09:33:53.833Z taiko:event Request started: RequestId : 17959.56 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=NpD4ec,SF3gsd,rHjpXd,pB6Zqd,o02Jie,YTxL4,QLpTOd,sy7r,uhxrz 2020-01-17T09:33:53.833Z taiko:event Waiting for: RequestId : 17959.56 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=NpD4ec,SF3gsd,rHjpXd,pB6Zqd,o02Jie,YTxL4,QLpTOd,sy7r,uhxrz 2020-01-17T09:33:53.834Z taiko:event LoadEventFired from NavigatedWithinPage 2020-01-17T09:33:53.849Z taiko:event Request started: RequestId : F0883C1158C4F54B7E61703AA2968E40 Request Url : https://accounts.youtube.com/accounts/CheckConnection?pmpo=https%3A%2F%2Faccounts.google.com&v=563697853&timestamp=1579253633836 2020-01-17T09:33:53.849Z taiko:event Waiting for: RequestId : F0883C1158C4F54B7E61703AA2968E40 Request Url : https://accounts.youtube.com/accounts/CheckConnection?pmpo=https%3A%2F%2Faccounts.google.com&v=563697853&timestamp=1579253633836 2020-01-17T09:33:53.850Z taiko:event Lifecyle event: init 2020-01-17T09:33:53.851Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-17T09:33:53.851Z taiko:event Frame load started: FED29CEE6334734AAE1DA0D659FE28B7 2020-01-17T09:33:54.063Z taiko:event Response Recieved: Request id: 17959.30 2020-01-17T09:33:54.063Z taiko:event Request resolved: RequestId : 17959.30 2020-01-17T09:33:54.072Z taiko:event Response Recieved: Request id: 17959.27 2020-01-17T09:33:54.072Z taiko:event Request resolved: RequestId : 17959.27 2020-01-17T09:33:54.073Z taiko:event Response Recieved: Request id: 17959.25 2020-01-17T09:33:54.174Z taiko:event Response Recieved: Request id: 17959.56 2020-01-17T09:33:54.174Z taiko:event Request resolved: RequestId : 17959.56 2020-01-17T09:33:54.176Z taiko:event Request started: RequestId : 17959.57 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=syi0,otPmVb,rlNAl 2020-01-17T09:33:54.176Z taiko:event Waiting for: RequestId : 17959.57 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=syi0,otPmVb,rlNAl 2020-01-17T09:33:54.176Z taiko:event LoadEventFired from NavigatedWithinPage 2020-01-17T09:33:54.176Z taiko:event Response Recieved: Request id: 17959.54 2020-01-17T09:33:54.176Z taiko:event Request resolved: RequestId : 17959.25 2020-01-17T09:33:54.177Z taiko:event Response Recieved: Request id: 17959.29 2020-01-17T09:33:54.177Z taiko:event Request resolved: RequestId : 17959.54 2020-01-17T09:33:54.177Z taiko:event Request resolved: RequestId : 17959.29 2020-01-17T09:33:54.177Z taiko:event Response Recieved: Request id: 17959.49 2020-01-17T09:33:54.178Z taiko:event Request started: RequestId : 17959.28 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 2020-01-17T09:33:54.178Z taiko:event Waiting for: RequestId : 17959.28 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 2020-01-17T09:33:54.178Z taiko:event Request resolved: RequestId : 17959.49 2020-01-17T09:33:54.178Z taiko:event Response Recieved: Request id: 17959.37 2020-01-17T09:33:54.179Z taiko:event Request resolved: RequestId : 17959.37 2020-01-17T09:33:54.284Z taiko:event Request started: RequestId : 17959.58 Request Url : https://play.google.com/log?format=json&hasfast=true 2020-01-17T09:33:54.284Z taiko:event Waiting for: RequestId : 17959.58 Request Url : https://play.google.com/log?format=json&hasfast=true 2020-01-17T09:33:54.285Z taiko:event Response Recieved: Request id: 17959.57 2020-01-17T09:33:54.285Z taiko:event Request resolved: RequestId : 17959.57 2020-01-17T09:33:54.286Z taiko:event Request started: RequestId : 17959.59 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=lCVo3d,oWOlDb,MB66Qc,sy9s,sy9t,sy9u,em3w,m5Z1Eb,sy66,sy67,sy68,sya0,em3v,sya1,em45,em44,em43,em42,em41,em40,em3z,em3y,em46,em3x,YmeC5c 2020-01-17T09:33:54.286Z taiko:event Waiting for: RequestId : 17959.59 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=lCVo3d,oWOlDb,MB66Qc,sy9s,sy9t,sy9u,em3w,m5Z1Eb,sy66,sy67,sy68,sya0,em3v,sya1,em45,em44,em43,em42,em41,em40,em3z,em3y,em46,em3x,YmeC5c 2020-01-17T09:33:54.286Z taiko:event Response Recieved: Request id: F0883C1158C4F54B7E61703AA2968E40 2020-01-17T09:33:54.286Z taiko:event Frame load resolved: FED29CEE6334734AAE1DA0D659FE28B7 2020-01-17T09:33:54.389Z taiko:event Request started: RequestId : 17959.60 Request Url : https://play.google.com/log?format=json&hasfast=true 2020-01-17T09:33:54.389Z taiko:event Waiting for: RequestId : 17959.60 Request Url : https://play.google.com/log?format=json&hasfast=true 2020-01-17T09:33:54.389Z taiko:event Response Recieved: Request id: 17959.59 2020-01-17T09:33:54.389Z taiko:event Request resolved: RequestId : 17959.59 2020-01-17T09:33:54.400Z taiko:event Request started: RequestId : 17959.61 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=QOLEBb 2020-01-17T09:33:54.400Z taiko:event Waiting for: RequestId : 17959.61 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=QOLEBb 2020-01-17T09:33:54.433Z taiko:event Lifecyle event: init 2020-01-17T09:33:54.434Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-17T09:33:54.434Z taiko:event Frame load started: 3A03900B8D47D9A0066E4BC0FD15AE26 2020-01-17T09:33:54.434Z taiko:event Lifecyle event: init 2020-01-17T09:33:54.435Z taiko:event Lifecyle event: load 2020-01-17T09:33:54.435Z taiko:event Frame load resolved: 3A03900B8D47D9A0066E4BC0FD15AE26 2020-01-17T09:33:54.436Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-17T09:33:54.440Z taiko:event Response Recieved: Request id: 17959.28 2020-01-17T09:33:54.440Z taiko:event Request resolved: RequestId : 17959.28 2020-01-17T09:33:54.459Z taiko:event Response Recieved: Request id: 17959.61 2020-01-17T09:33:54.459Z taiko:event Request resolved: RequestId : 17959.61 2020-01-17T09:33:54.479Z taiko:event Request started: RequestId : 17959.62 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=sy4i,sy4j,identifier_view 2020-01-17T09:33:54.479Z taiko:event Waiting for: RequestId : 17959.62 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=sy4i,sy4j,identifier_view 2020-01-17T09:33:54.505Z taiko:event Lifecyle event: firstMeaningfulPaintCandidate 2020-01-17T09:33:54.549Z taiko:event Response Recieved: Request id: 17959.62 2020-01-17T09:33:54.551Z taiko:event Request resolved: RequestId : 17959.62 2020-01-17T09:33:54.573Z taiko:event Request started: RequestId : 17959.63 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=pwd 2020-01-17T09:33:54.573Z taiko:event Waiting for: RequestId : 17959.63 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=pwd 2020-01-17T09:33:54.635Z taiko:event Response Recieved: Request id: 17959.63 2020-01-17T09:33:54.635Z taiko:event Request resolved: RequestId : 17959.63 2020-01-17T09:33:54.651Z taiko:event LoadEventFired 2020-01-17T09:33:54.652Z taiko:event Lifecyle event: load 2020-01-17T09:33:54.653Z taiko:event Frame load resolved: 9AA36BB5A4ABA011C050B9465AE4A6C2 2020-01-17T09:33:54.654Z taiko:event Request started: RequestId : 17959.64 Request Url : https://www.google.com/favicon.ico 2020-01-17T09:33:54.654Z taiko:event Waiting for: RequestId : 17959.64 Request Url : https://www.google.com/favicon.ico 2020-01-17T09:33:55.014Z taiko:event Response Recieved: Request id: 17959.64 2020-01-17T09:33:55.015Z taiko:event Request resolved: RequestId : 17959.64 2020-01-17T09:33:55.801Z taiko:event Lifecyle event: networkAlmostIdle 2020-01-17T09:33:55.802Z taiko:event Lifecyle event: firstMeaningfulPaint ✘ Failed Step: Login to SCM Portal Specification: specs/example.spec:8 Error Message: Error: Timed out Stacktrace: Error: Timed out at Timeout. (/home/brijesh/.gauge/plugins/js/2.3.7/src/test.js:43:23) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at listOnTimeout (timers.js:263:5) at Timer.processTimers (timers.js:223:10)

2020-01-17T09:34:06.640Z taiko:event Reconnecting 2020-01-17T09:34:06.663Z taiko:event Session Created 2020-01-17T09:34:06.666Z taiko:event Reconnected Successfully generated html-report to => /home/brijesh/SCM_Portal/SCMPortal/reports/html-report/index.html Specifications: 1 executed 0 passed 1 failed 0 skipped Scenarios: 1 executed 0 passed 1 failed 0 skipped

Total time taken: 20.767s

negiDharmendra commented 4 years ago

@brijeshktest After analyzing the provided logs I have found out that there are three requests which are not getting resolved and taiko is expecting them to be resolved. That's why you are facing the timeout issue.

Unresolved requests

2020-01-17T09:33:53.849Z taiko:event Waiting for: RequestId : F0883C1158C4F54B7E61703AA2968E40 Request Url : https://accounts.youtube.com/accounts/CheckConnection?pmpo=https%3A%2F%2Faccounts.google.com&v=563697853&timestamp=1579253633836

2020-01-17T09:33:54.284Z taiko:event Waiting for: RequestId : 17959.58 Request Url : https://play.google.com/log?format=json&hasfast=true

2020-01-17T09:33:54.389Z taiko:event Waiting for: RequestId : 17959.60 Request Url : https://play.google.com/log?format=json&hasfast=true

workaround: Try passing the navigationTimeoutoption in the click API. await click('Login With Google', {navigationTimeout: <time in millisecond>})

brijeshktest commented 4 years ago

@negiDharmendra , i changed my network to my hotspot and the requests got resolved in latest run but the test is still failing. See new logs below:

(node:8170) DeprecationWarning: grpc.load: Use the @grpc/proto-loader module with grpc.loadPackageDefinition instead 2020-01-20T07:44:27.055Z taiko:event Session Created

Getting Started with Gauge

Login to SCM Portal 2020-01-20T07:44:27.076Z taiko:event Lifecyle event: commit

2020-01-20T07:44:27.076Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:27.076Z taiko:event Lifecyle event: load 2020-01-20T07:44:27.076Z taiko:event Lifecyle event: networkAlmostIdle 2020-01-20T07:44:27.076Z taiko:event Lifecyle event: networkIdle 2020-01-20T07:44:27.090Z taiko:event Request started: RequestId : 96FCBD9CA5C33E7E7EB233FE540ADF9D Request Url : http://uat-scmportal.power2sme.com/ 2020-01-20T07:44:27.090Z taiko:event Waiting for: RequestId : 96FCBD9CA5C33E7E7EB233FE540ADF9D Request Url : http://uat-scmportal.power2sme.com/ 2020-01-20T07:44:27.527Z taiko:event Lifecyle event: networkAlmostIdle 2020-01-20T07:44:27.528Z taiko:event Lifecyle event: networkIdle 2020-01-20T07:44:28.307Z taiko:event Response Recieved: Request id: 96FCBD9CA5C33E7E7EB233FE540ADF9D 2020-01-20T07:44:28.325Z taiko:event Frame load started: 8F529ED9F846D3F8FBC8FA0CECD0F8F3 2020-01-20T07:44:28.328Z taiko:event Lifecyle event: init 2020-01-20T07:44:28.329Z taiko:event Request started: RequestId : 8247.2 Request Url : https://fonts.googleapis.com/css?family=Lato:400,700,900 2020-01-20T07:44:28.329Z taiko:event Waiting for: RequestId : 8247.2 Request Url : https://fonts.googleapis.com/css?family=Lato:400,700,900 2020-01-20T07:44:28.329Z taiko:event Request started: RequestId : 8247.3 Request Url : http://uat-scmportal.power2sme.com/runtime.a136eed977b1987a18e2.js 2020-01-20T07:44:28.329Z taiko:event Waiting for: RequestId : 8247.3 Request Url : http://uat-scmportal.power2sme.com/runtime.a136eed977b1987a18e2.js 2020-01-20T07:44:28.329Z taiko:event Request started: RequestId : 8247.4 Request Url : http://uat-scmportal.power2sme.com/polyfills.88488a5d5c05a68e50b2.js 2020-01-20T07:44:28.329Z taiko:event Waiting for: RequestId : 8247.4 Request Url : http://uat-scmportal.power2sme.com/polyfills.88488a5d5c05a68e50b2.js 2020-01-20T07:44:28.330Z taiko:event Request started: RequestId : 8247.5 Request Url : http://uat-scmportal.power2sme.com/styles.be90fb3af6f07370ecb1.js 2020-01-20T07:44:28.330Z taiko:event Waiting for: RequestId : 8247.5 Request Url : http://uat-scmportal.power2sme.com/styles.be90fb3af6f07370ecb1.js 2020-01-20T07:44:28.330Z taiko:event Request started: RequestId : 8247.6 Request Url : http://uat-scmportal.power2sme.com/vendor.0f6fb134f481d68deb66.js 2020-01-20T07:44:28.330Z taiko:event Waiting for: RequestId : 8247.6 Request Url : http://uat-scmportal.power2sme.com/vendor.0f6fb134f481d68deb66.js 2020-01-20T07:44:28.331Z taiko:event Request started: RequestId : 8247.7 Request Url : http://uat-scmportal.power2sme.com/main.c15cb5df20f7661b5e03.js 2020-01-20T07:44:28.331Z taiko:event Waiting for: RequestId : 8247.7 Request Url : http://uat-scmportal.power2sme.com/main.c15cb5df20f7661b5e03.js 2020-01-20T07:44:28.331Z taiko:event Request resolved: RequestId : 96FCBD9CA5C33E7E7EB233FE540ADF9D 2020-01-20T07:44:28.379Z taiko:event Response Recieved: Request id: 8247.3 2020-01-20T07:44:28.381Z taiko:event Request resolved: RequestId : 8247.3 2020-01-20T07:44:28.387Z taiko:event Response Recieved: Request id: 8247.4 2020-01-20T07:44:28.523Z taiko:event Response Recieved: Request id: 8247.6 2020-01-20T07:44:28.551Z taiko:event Response Recieved: Request id: 8247.5 2020-01-20T07:44:28.558Z taiko:event Response Recieved: Request id: 8247.7 2020-01-20T07:44:28.777Z taiko:event Request resolved: RequestId : 8247.4 2020-01-20T07:44:29.181Z taiko:event Response Recieved: Request id: 8247.2 2020-01-20T07:44:29.185Z taiko:event Request resolved: RequestId : 8247.2 2020-01-20T07:44:29.976Z taiko:event Request resolved: RequestId : 8247.5 2020-01-20T07:44:30.028Z taiko:event Request started: RequestId : 8247.13 Request Url : https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2 2020-01-20T07:44:30.029Z taiko:event Waiting for: RequestId : 8247.13 Request Url : https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2 2020-01-20T07:44:30.578Z taiko:event Response Recieved: Request id: 8247.13 2020-01-20T07:44:30.607Z taiko:event Request resolved: RequestId : 8247.7 2020-01-20T07:44:30.774Z taiko:event Request resolved: RequestId : 8247.13 2020-01-20T07:44:32.253Z taiko:event Request resolved: RequestId : 8247.6 2020-01-20T07:44:34.183Z taiko:event LoadEventFired from NavigatedWithinPage 2020-01-20T07:44:34.183Z taiko:event LoadEventFired from NavigatedWithinPage 2020-01-20T07:44:34.184Z taiko:event Request started: RequestId : 8247.20 Request Url : https://connect.facebook.net/en_US/sdk.js 2020-01-20T07:44:34.184Z taiko:event Waiting for: RequestId : 8247.20 Request Url : https://connect.facebook.net/en_US/sdk.js 2020-01-20T07:44:34.185Z taiko:event Request started: RequestId : 8247.21 Request Url : https://apis.google.com/js/platform.js 2020-01-20T07:44:34.185Z taiko:event Waiting for: RequestId : 8247.21 Request Url : https://apis.google.com/js/platform.js 2020-01-20T07:44:34.186Z taiko:event Request started: RequestId : 8247.22 Request Url : https://platform.linkedin.com/in.js 2020-01-20T07:44:34.186Z taiko:event Waiting for: RequestId : 8247.22 Request Url : https://platform.linkedin.com/in.js 2020-01-20T07:44:34.186Z taiko:event Request started: RequestId : 8247.23 Request Url : http://uat-scmportal.power2sme.com/assets/img/lap-login.png 2020-01-20T07:44:34.186Z taiko:event Waiting for: RequestId : 8247.23 Request Url : http://uat-scmportal.power2sme.com/assets/img/lap-login.png 2020-01-20T07:44:34.186Z taiko:event Request started: RequestId : 8247.24 Request Url : http://uat-scmportal.power2sme.com/assets/img/tab-login.png 2020-01-20T07:44:34.186Z taiko:event Waiting for: RequestId : 8247.24 Request Url : http://uat-scmportal.power2sme.com/assets/img/tab-login.png 2020-01-20T07:44:34.186Z taiko:event Request started: RequestId : 8247.25 Request Url : http://uat-scmportal.power2sme.com/assets/img/mob-login.png 2020-01-20T07:44:34.186Z taiko:event Waiting for: RequestId : 8247.25 Request Url : http://uat-scmportal.power2sme.com/assets/img/mob-login.png 2020-01-20T07:44:34.203Z taiko:event Request started: RequestId : 8247.26 Request Url : http://uat-scmportal.power2sme.com/login-bg.ffe48393d5e4b93c731b.png 2020-01-20T07:44:34.203Z taiko:event Waiting for: RequestId : 8247.26 Request Url : http://uat-scmportal.power2sme.com/login-bg.ffe48393d5e4b93c731b.png 2020-01-20T07:44:34.204Z taiko:event Request started: RequestId : 8247.15 Request Url : https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.woff2 2020-01-20T07:44:34.204Z taiko:event Waiting for: RequestId : 8247.15 Request Url : https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.woff2 2020-01-20T07:44:34.205Z taiko:event DOMContentLoaded 2020-01-20T07:44:34.205Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:34.231Z taiko:event Lifecyle event: firstPaint 2020-01-20T07:44:34.231Z taiko:event Lifecyle event: firstContentfulPaint 2020-01-20T07:44:34.231Z taiko:event Lifecyle event: firstMeaningfulPaintCandidate 2020-01-20T07:44:34.387Z taiko:event Response Recieved: Request id: 8247.24 2020-01-20T07:44:34.390Z taiko:event Request resolved: RequestId : 8247.24 2020-01-20T07:44:34.393Z taiko:event Response Recieved: Request id: 8247.23 2020-01-20T07:44:34.402Z taiko:event Lifecyle event: firstImagePaint 2020-01-20T07:44:34.406Z taiko:event Request resolved: RequestId : 8247.23 2020-01-20T07:44:34.461Z taiko:event Response Recieved: Request id: 8247.25 2020-01-20T07:44:34.462Z taiko:event Request resolved: RequestId : 8247.25 2020-01-20T07:44:34.463Z taiko:event Response Recieved: Request id: 8247.26 2020-01-20T07:44:34.575Z taiko:event Request resolved: RequestId : 8247.26 2020-01-20T07:44:34.594Z taiko:event Response Recieved: Request id: 8247.15 2020-01-20T07:44:34.651Z taiko:event Request resolved: RequestId : 8247.15 2020-01-20T07:44:34.896Z taiko:event Response Recieved: Request id: 8247.20 2020-01-20T07:44:34.907Z taiko:event Request resolved: RequestId : 8247.20 2020-01-20T07:44:34.910Z taiko:event Request started: RequestId : 8247.27 Request Url : https://connect.facebook.net/en_US/sdk.js?hash=0cc847c7ee94eef1d57d8a2b0b6c5773&ua=modern_es6 2020-01-20T07:44:34.911Z taiko:event Waiting for: RequestId : 8247.27 Request Url : https://connect.facebook.net/en_US/sdk.js?hash=0cc847c7ee94eef1d57d8a2b0b6c5773&ua=modern_es6 2020-01-20T07:44:35.042Z taiko:event Response Recieved: Request id: 8247.22 2020-01-20T07:44:35.150Z taiko:event Response Recieved: Request id: 8247.27 2020-01-20T07:44:35.175Z taiko:event Response Recieved: Request id: 8247.21 2020-01-20T07:44:35.200Z taiko:event Request resolved: RequestId : 8247.22 2020-01-20T07:44:35.293Z taiko:event Request resolved: RequestId : 8247.27 2020-01-20T07:44:35.326Z taiko:event Request resolved: RequestId : 8247.21 2020-01-20T07:44:35.338Z taiko:event Request started: RequestId : FB7924D8A396B9498701B6185EC6ED37 Request Url : https://staticxx.facebook.com/connect/xd_arbiter.php?version=45 2020-01-20T07:44:35.338Z taiko:event Waiting for: RequestId : FB7924D8A396B9498701B6185EC6ED37 Request Url : https://staticxx.facebook.com/connect/xd_arbiter.php?version=45 2020-01-20T07:44:35.339Z taiko:event Lifecyle event: init 2020-01-20T07:44:35.339Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:35.339Z taiko:event Frame load started: E79FF11680B2AAA27FBAA94803C0C51D 2020-01-20T07:44:35.339Z taiko:event Lifecyle event: init 2020-01-20T07:44:35.340Z taiko:event Lifecyle event: load 2020-01-20T07:44:35.340Z taiko:event Frame load resolved: E79FF11680B2AAA27FBAA94803C0C51D 2020-01-20T07:44:35.340Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:35.340Z taiko:event Frame navigation started: E79FF11680B2AAA27FBAA94803C0C51D 2020-01-20T07:44:35.342Z taiko:event Frame load started: E79FF11680B2AAA27FBAA94803C0C51D 2020-01-20T07:44:35.342Z taiko:event Frame navigation resolved: E79FF11680B2AAA27FBAA94803C0C51D 2020-01-20T07:44:35.347Z taiko:event Request started: RequestId : 8247.28 Request Url : https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en_US.sMn3oj1Y3cA.O/m=auth2/rt=j/sv=1/d=1/ed=1/am=wQc/rs=AGLTcCN2dfVUHs4zuTf0kWyDefSg5_jNrA/cb=gapi.loaded_0 2020-01-20T07:44:35.347Z taiko:event Waiting for: RequestId : 8247.28 Request Url : https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en_US.sMn3oj1Y3cA.O/m=auth2/rt=j/sv=1/d=1/ed=1/am=wQc/rs=AGLTcCN2dfVUHs4zuTf0kWyDefSg5_jNrA/cb=gapi.loaded_0 2020-01-20T07:44:35.596Z taiko:event Response Recieved: Request id: FB7924D8A396B9498701B6185EC6ED37 2020-01-20T07:44:35.614Z taiko:event Lifecyle event: init 2020-01-20T07:44:35.623Z taiko:event Response Recieved: Request id: 8247.28 2020-01-20T07:44:35.658Z taiko:event Request resolved: RequestId : FB7924D8A396B9498701B6185EC6ED37 2020-01-20T07:44:35.659Z taiko:event Request resolved: RequestId : 8247.28 2020-01-20T07:44:35.690Z taiko:event Request started: RequestId : 022B085052DD631E1BD46EC775C650E0 Request Url : https://accounts.google.com/o/oauth2/iframe 2020-01-20T07:44:35.690Z taiko:event Waiting for: RequestId : 022B085052DD631E1BD46EC775C650E0 Request Url : https://accounts.google.com/o/oauth2/iframe 2020-01-20T07:44:35.690Z taiko:event Lifecyle event: init 2020-01-20T07:44:35.691Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:35.691Z taiko:event Frame load started: 7132D53DFE24732CE94124A7E9212A02 2020-01-20T07:44:35.691Z taiko:event Lifecyle event: init 2020-01-20T07:44:35.692Z taiko:event Lifecyle event: load 2020-01-20T07:44:35.692Z taiko:event Frame load resolved: 7132D53DFE24732CE94124A7E9212A02 2020-01-20T07:44:35.693Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:35.693Z taiko:event Frame navigation started: 7132D53DFE24732CE94124A7E9212A02 2020-01-20T07:44:35.693Z taiko:event Frame load started: 7132D53DFE24732CE94124A7E9212A02 2020-01-20T07:44:35.693Z taiko:event Frame navigation resolved: 7132D53DFE24732CE94124A7E9212A02 2020-01-20T07:44:35.693Z taiko:event Lifecyle event: load 2020-01-20T07:44:35.694Z taiko:event Frame load resolved: E79FF11680B2AAA27FBAA94803C0C51D 2020-01-20T07:44:35.694Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:35.889Z taiko:event Lifecyle event: networkAlmostIdle 2020-01-20T07:44:35.889Z taiko:event Lifecyle event: firstMeaningfulPaint 2020-01-20T07:44:36.034Z taiko:event Response Recieved: Request id: 022B085052DD631E1BD46EC775C650E0 2020-01-20T07:44:36.060Z taiko:event Frame load resolved: 7132D53DFE24732CE94124A7E9212A02 2020-01-20T07:44:36.200Z taiko:event Lifecyle event: networkIdle 2020-01-20T07:44:36.200Z taiko:event Lifecyle event: networkAlmostIdle 2020-01-20T07:44:36.201Z taiko:event Lifecyle event: networkIdle 2020-01-20T07:44:36.442Z taiko:event LoadEventFired 2020-01-20T07:44:36.443Z taiko:event Lifecyle event: load 2020-01-20T07:44:36.444Z taiko:event Frame load resolved: 8F529ED9F846D3F8FBC8FA0CECD0F8F3 2020-01-20T07:44:36.452Z taiko:event Request started: RequestId : 8247.30 Request Url : http://uat-scmportal.power2sme.com/favicon.ico 2020-01-20T07:44:36.518Z taiko:event Response Recieved: Request id: 8247.30 2020-01-20T07:44:36.520Z taiko:event Request resolved: RequestId : 8247.30 2020-01-20T07:44:37.608Z taiko:event Target Created: Target id: undefined 2020-01-20T07:44:37.638Z taiko:event Frame load started: 8F529ED9F846D3F8FBC8FA0CECD0F8F3 2020-01-20T07:44:37.639Z taiko:event Frame load resolved: 8F529ED9F846D3F8FBC8FA0CECD0F8F3 2020-01-20T07:44:37.675Z taiko:event Session Created 2020-01-20T07:44:37.676Z taiko:event Target Navigated: Target id: undefined 2020-01-20T07:44:37.678Z taiko:event Lifecyle event: commit 2020-01-20T07:44:37.678Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:37.678Z taiko:event Lifecyle event: networkAlmostIdle 2020-01-20T07:44:37.678Z taiko:event Lifecyle event: networkIdle 2020-01-20T07:44:38.043Z taiko:event Response Recieved: Request id: 9B77BFF10E751006870003DFBD7ECE68 2020-01-20T07:44:38.086Z taiko:event Frame load started: E1A2CC8CB8028D277F374EBEA6639FA5 2020-01-20T07:44:38.086Z taiko:event Lifecyle event: init 2020-01-20T07:44:38.090Z taiko:event Request started: RequestId : 8299.6 Request Url : https://ssl.gstatic.com/accounts/o/1530230185-xsrfstatemanager.js 2020-01-20T07:44:38.090Z taiko:event Waiting for: RequestId : 8299.6 Request Url : https://ssl.gstatic.com/accounts/o/1530230185-xsrfstatemanager.js 2020-01-20T07:44:38.364Z taiko:event Response Recieved: Request id: 8299.6 2020-01-20T07:44:38.366Z taiko:event Request resolved: RequestId : 8299.6 2020-01-20T07:44:38.384Z taiko:event LoadEventFired 2020-01-20T07:44:38.394Z taiko:event Lifecyle event: load 2020-01-20T07:44:38.397Z taiko:event DOMContentLoaded 2020-01-20T07:44:38.397Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:38.400Z taiko:event Request started: RequestId : 5834C4C49F8910E5642BBFC5E1F2DB38 Request Url : https://accounts.google.com/signin/oauth?client_id=233811111628-vohai5qanhc9s1rpullt85cbuo7rfgu1.apps.googleusercontent.com&as=6v7GzA79NmYYiPogBeOh0w&destination=http://uat-scmportal.power2sme.com&approval_state=!ChRHZXBCbk9oVFV1NTNSeUUzUnoxNBIfTXluSFdPU3FPbHdTOEhuU1JuY2dubXJPNjVFZV9CWQ%E2%88%99AJDr988AAAAAXiar5jshWkpups88_zBC22kYhq_bb897&oauthgdpr=1&xsrfsig=ChkAeAh8T0rr46jHAK1-BjPBzPAa8-cyIHVQEg5hcHByb3ZhbF9zdGF0ZRILZGVzdGluYXRpb24SBXNvYWN1Eg9vYXV0aHJpc2t5c2NvcGU 2020-01-20T07:44:38.400Z taiko:event Waiting for: RequestId : 5834C4C49F8910E5642BBFC5E1F2DB38 Request Url : https://accounts.google.com/signin/oauth?client_id=233811111628-vohai5qanhc9s1rpullt85cbuo7rfgu1.apps.googleusercontent.com&as=6v7GzA79NmYYiPogBeOh0w&destination=http://uat-scmportal.power2sme.com&approval_state=!ChRHZXBCbk9oVFV1NTNSeUUzUnoxNBIfTXluSFdPU3FPbHdTOEhuU1JuY2dubXJPNjVFZV9CWQ%E2%88%99AJDr988AAAAAXiar5jshWkpups88_zBC22kYhq_bb897&oauthgdpr=1&xsrfsig=ChkAeAh8T0rr46jHAK1-BjPBzPAa8-cyIHVQEg5hcHByb3ZhbF9zdGF0ZRILZGVzdGluYXRpb24SBXNvYWN1Eg9vYXV0aHJpc2t5c2NvcGU 2020-01-20T07:44:38.401Z taiko:event Frame navigation started: E1A2CC8CB8028D277F374EBEA6639FA5 2020-01-20T07:44:38.401Z taiko:event Frame load started: E1A2CC8CB8028D277F374EBEA6639FA5 2020-01-20T07:44:38.401Z taiko:event Frame navigation resolved: E1A2CC8CB8028D277F374EBEA6639FA5 2020-01-20T07:44:38.572Z taiko:event Request started: RequestId : 8299.8 Request Url : https://accounts.google.com/favicon.ico 2020-01-20T07:44:38.572Z taiko:event Waiting for: RequestId : 8299.8 Request Url : https://accounts.google.com/favicon.ico 2020-01-20T07:44:38.833Z taiko:event Response Recieved: Request id: 5834C4C49F8910E5642BBFC5E1F2DB38 2020-01-20T07:44:38.860Z taiko:event Request resolved: RequestId : 8299.8 2020-01-20T07:44:38.860Z taiko:event Lifecyle event: init 2020-01-20T07:44:39.980Z taiko:event Request resolved: RequestId : 5834C4C49F8910E5642BBFC5E1F2DB38 2020-01-20T07:44:39.982Z taiko:event Request started: RequestId : 8299.55 Request Url : data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23e6e6e6%27%2F%3E%3C%2Fsvg%3E 2020-01-20T07:44:39.982Z taiko:event Waiting for: RequestId : 8299.55 Request Url : data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23e6e6e6%27%2F%3E%3C%2Fsvg%3E 2020-01-20T07:44:39.987Z taiko:event Response Recieved: Request id: 8299.55 2020-01-20T07:44:39.987Z taiko:event Request resolved: RequestId : 8299.55 2020-01-20T07:44:39.987Z taiko:event Request started: RequestId : 8299.30 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2 2020-01-20T07:44:39.987Z taiko:event Waiting for: RequestId : 8299.30 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2 2020-01-20T07:44:39.987Z taiko:event Request started: RequestId : 8299.49 Request Url : https://fonts.gstatic.com/s/googlesans/v14/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2 2020-01-20T07:44:39.987Z taiko:event Waiting for: RequestId : 8299.49 Request Url : https://fonts.gstatic.com/s/googlesans/v14/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2 2020-01-20T07:44:39.987Z taiko:event Request started: RequestId : 8299.37 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 2020-01-20T07:44:39.987Z taiko:event Waiting for: RequestId : 8299.37 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 2020-01-20T07:44:39.988Z taiko:event Request started: RequestId : 8299.54 Request Url : https://fonts.gstatic.com/s/googlesans/v14/4UabrENHsxJlGDuGo1OIlLU94YtzCwY.woff2 2020-01-20T07:44:39.988Z taiko:event Waiting for: RequestId : 8299.54 Request Url : https://fonts.gstatic.com/s/googlesans/v14/4UabrENHsxJlGDuGo1OIlLU94YtzCwY.woff2 2020-01-20T07:44:39.988Z taiko:event Request started: RequestId : 8299.29 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 2020-01-20T07:44:39.988Z taiko:event Waiting for: RequestId : 8299.29 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 2020-01-20T07:44:39.988Z taiko:event Request started: RequestId : 8299.27 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 2020-01-20T07:44:39.988Z taiko:event Waiting for: RequestId : 8299.27 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 2020-01-20T07:44:39.991Z taiko:event Request started: RequestId : 8299.25 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 2020-01-20T07:44:39.991Z taiko:event Waiting for: RequestId : 8299.25 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 2020-01-20T07:44:39.992Z taiko:event DOMContentLoaded 2020-01-20T07:44:39.993Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:39.994Z taiko:event Lifecyle event: firstPaint 2020-01-20T07:44:40.002Z taiko:event Lifecyle event: firstContentfulPaint 2020-01-20T07:44:40.002Z taiko:event Lifecyle event: firstMeaningfulPaintCandidate 2020-01-20T07:44:40.003Z taiko:event Request started: RequestId : 8299.56 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=NpD4ec,SF3gsd,rHjpXd,pB6Zqd,o02Jie,YTxL4,QLpTOd,sy7r,uhxrz 2020-01-20T07:44:40.003Z taiko:event Waiting for: RequestId : 8299.56 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=NpD4ec,SF3gsd,rHjpXd,pB6Zqd,o02Jie,YTxL4,QLpTOd,sy7r,uhxrz 2020-01-20T07:44:40.006Z taiko:event LoadEventFired from NavigatedWithinPage 2020-01-20T07:44:40.011Z taiko:event Request started: RequestId : 89B3EA4F1F9AD3769DD586E4BD43F3F8 Request Url : https://accounts.youtube.com/accounts/CheckConnection?pmpo=https%3A%2F%2Faccounts.google.com&v=-1308862583&timestamp=1579506279999 2020-01-20T07:44:40.011Z taiko:event Waiting for: RequestId : 89B3EA4F1F9AD3769DD586E4BD43F3F8 Request Url : https://accounts.youtube.com/accounts/CheckConnection?pmpo=https%3A%2F%2Faccounts.google.com&v=-1308862583&timestamp=1579506279999 2020-01-20T07:44:40.021Z taiko:event Lifecyle event: init 2020-01-20T07:44:40.022Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:40.022Z taiko:event Frame load started: 03C67F50C0EE06EFC55978368A00C934 2020-01-20T07:44:40.227Z taiko:event Response Recieved: Request id: 8299.56 2020-01-20T07:44:40.227Z taiko:event Request resolved: RequestId : 8299.56 2020-01-20T07:44:40.245Z taiko:event Request started: RequestId : 8299.57 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=syi0,otPmVb,rlNAl 2020-01-20T07:44:40.245Z taiko:event Waiting for: RequestId : 8299.57 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=syi0,otPmVb,rlNAl 2020-01-20T07:44:40.246Z taiko:event LoadEventFired from NavigatedWithinPage 2020-01-20T07:44:40.348Z taiko:event Request started: RequestId : 8299.58 Request Url : https://play.google.com/log?format=json&hasfast=true 2020-01-20T07:44:40.348Z taiko:event Waiting for: RequestId : 8299.58 Request Url : https://play.google.com/log?format=json&hasfast=true 2020-01-20T07:44:40.449Z taiko:event Response Recieved: Request id: 8299.57 2020-01-20T07:44:40.450Z taiko:event Request resolved: RequestId : 8299.57 2020-01-20T07:44:40.451Z taiko:event Request started: RequestId : 8299.59 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=lCVo3d,oWOlDb,MB66Qc,sy9s,sy9t,sy9u,em3w,m5Z1Eb,sy66,sy67,sy68,sya0,em3v,sya1,em45,em44,em43,em42,em41,em40,em3z,em3y,em46,em3x,YmeC5c 2020-01-20T07:44:40.451Z taiko:event Waiting for: RequestId : 8299.59 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=lCVo3d,oWOlDb,MB66Qc,sy9s,sy9t,sy9u,em3w,m5Z1Eb,sy66,sy67,sy68,sya0,em3v,sya1,em45,em44,em43,em42,em41,em40,em3z,em3y,em46,em3x,YmeC5c 2020-01-20T07:44:40.553Z taiko:event Response Recieved: Request id: 8299.30 2020-01-20T07:44:40.553Z taiko:event Request started: RequestId : 8299.60 Request Url : https://play.google.com/log?format=json&hasfast=true 2020-01-20T07:44:40.553Z taiko:event Waiting for: RequestId : 8299.60 Request Url : https://play.google.com/log?format=json&hasfast=true 2020-01-20T07:44:40.554Z taiko:event Response Recieved: Request id: 8299.54 2020-01-20T07:44:40.554Z taiko:event Request resolved: RequestId : 8299.30 2020-01-20T07:44:40.554Z taiko:event Response Recieved: Request id: 8299.59 2020-01-20T07:44:40.555Z taiko:event Response Recieved: Request id: 8299.37 2020-01-20T07:44:40.555Z taiko:event Request resolved: RequestId : 8299.54 2020-01-20T07:44:40.555Z taiko:event Request resolved: RequestId : 8299.59 2020-01-20T07:44:40.570Z taiko:event Request started: RequestId : 8299.61 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=QOLEBb 2020-01-20T07:44:40.570Z taiko:event Waiting for: RequestId : 8299.61 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=QOLEBb 2020-01-20T07:44:40.604Z taiko:event Response Recieved: Request id: 89B3EA4F1F9AD3769DD586E4BD43F3F8 2020-01-20T07:44:40.649Z taiko:event Lifecyle event: init 2020-01-20T07:44:40.649Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:40.650Z taiko:event Frame load started: 2C1D2A288E2116DD5A69B774F5426FE7 2020-01-20T07:44:40.651Z taiko:event Lifecyle event: init 2020-01-20T07:44:40.651Z taiko:event Lifecyle event: load 2020-01-20T07:44:40.651Z taiko:event Frame load resolved: 2C1D2A288E2116DD5A69B774F5426FE7 2020-01-20T07:44:40.651Z taiko:event Lifecyle event: DOMContentLoaded 2020-01-20T07:44:40.652Z taiko:event Request resolved: RequestId : 8299.37 2020-01-20T07:44:40.670Z taiko:event Response Recieved: Request id: 8299.25 2020-01-20T07:44:40.670Z taiko:event Request resolved: RequestId : 8299.25 2020-01-20T07:44:40.671Z taiko:event Response Recieved: Request id: 8299.29 2020-01-20T07:44:40.671Z taiko:event Request resolved: RequestId : 8299.29 2020-01-20T07:44:40.672Z taiko:event Response Recieved: Request id: 8299.27 2020-01-20T07:44:40.672Z taiko:event Request resolved: RequestId : 8299.27 2020-01-20T07:44:40.672Z taiko:event Frame load resolved: 03C67F50C0EE06EFC55978368A00C934 2020-01-20T07:44:40.672Z taiko:event Response Recieved: Request id: 8299.49 2020-01-20T07:44:40.682Z taiko:event Request started: RequestId : 8299.28 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 2020-01-20T07:44:40.682Z taiko:event Waiting for: RequestId : 8299.28 Request Url : https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 2020-01-20T07:44:40.693Z taiko:event Request resolved: RequestId : 8299.49 2020-01-20T07:44:40.693Z taiko:event Response Recieved: Request id: 8299.61 2020-01-20T07:44:40.694Z taiko:event Request resolved: RequestId : 8299.61 2020-01-20T07:44:40.694Z taiko:event Request started: RequestId : 8299.62 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=sy4i,sy4j,identifier_view 2020-01-20T07:44:40.694Z taiko:event Waiting for: RequestId : 8299.62 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=sy4i,sy4j,identifier_view 2020-01-20T07:44:40.774Z taiko:event Response Recieved: Request id: 8299.62 2020-01-20T07:44:40.811Z taiko:event Request resolved: RequestId : 8299.62 2020-01-20T07:44:40.843Z taiko:event Request started: RequestId : 8299.63 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=pwd 2020-01-20T07:44:40.843Z taiko:event Waiting for: RequestId : 8299.63 Request Url : https://ssl.gstatic.com/accounts/static/_/js/k=gaia.gaiafe_glif.en_GB.2b38MMDndRo.O/am=iPiBoU4AABAgAB4AAAAAAAAAAIAhj6xDxv9_3DI2bgM/d=0/ct=zgms/rs=ABkqax2whmkSlBc-pYPpsIoFsEBMe5V-xw/m=pwd 2020-01-20T07:44:40.844Z taiko:event Response Recieved: Request id: 8299.58 2020-01-20T07:44:40.847Z taiko:event Request resolved: RequestId : 8299.58 2020-01-20T07:44:40.857Z taiko:event Response Recieved: Request id: 8299.60 2020-01-20T07:44:40.858Z taiko:event Request resolved: RequestId : 8299.60 2020-01-20T07:44:40.901Z taiko:event Response Recieved: Request id: 8299.63 2020-01-20T07:44:40.907Z taiko:event Request resolved: RequestId : 8299.63 2020-01-20T07:44:40.974Z taiko:event Response Recieved: Request id: 8299.28 2020-01-20T07:44:41.021Z taiko:event Request resolved: RequestId : 8299.28 2020-01-20T07:44:41.022Z taiko:event LoadEventFired 2020-01-20T07:44:41.022Z taiko:event Lifecyle event: load 2020-01-20T07:44:41.023Z taiko:event Frame load resolved: E1A2CC8CB8028D277F374EBEA6639FA5 2020-01-20T07:44:41.036Z taiko:event Request started: RequestId : 8299.64 Request Url : https://www.google.com/favicon.ico 2020-01-20T07:44:41.037Z taiko:event Waiting for: RequestId : 8299.64 Request Url : https://www.google.com/favicon.ico 2020-01-20T07:44:41.065Z taiko:event Lifecyle event: firstMeaningfulPaintCandidate 2020-01-20T07:44:41.292Z taiko:event Response Recieved: Request id: 8299.64 2020-01-20T07:44:41.293Z taiko:event Request resolved: RequestId : 8299.64 2020-01-20T07:44:41.664Z taiko:event Lifecyle event: networkAlmostIdle 2020-01-20T07:44:41.665Z taiko:event Lifecyle event: firstMeaningfulPaint 2020-01-20T07:44:42.030Z taiko:event Lifecyle event: networkIdle ✘ Failed Step: Login to SCM Portal Specification: specs/example.spec:8 Error Message: Error: Timed out Stacktrace: Error: Timed out at Timeout. (/home/brijesh/.gauge/plugins/js/2.3.7/src/test.js:43:23) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at listOnTimeout (timers.js:263:5) at Timer.processTimers (timers.js:223:10)

2020-01-20T07:44:47.205Z taiko:event Reconnecting 2020-01-20T07:44:47.225Z taiko:event Session Created 2020-01-20T07:44:47.232Z taiko:event Reconnected Successfully generated html-report to => /home/brijesh/SCM_Portal/SCMPortal/reports/html-report/index.html Specifications: 1 executed 0 passed 1 failed 0 skipped Scenarios: 1 executed 0 passed 1 failed 0 skipped

negiDharmendra commented 4 years ago

@brijeshktest Now there two another request

2020-01-20T07:44:35.690Z taiko:event Waiting for: RequestId : 022B085052DD631E1BD46EC775C650E0 Request Url : https://accounts.google.com/o/oauth2/iframe
2020-01-20T07:44:40.011Z taiko:event Waiting for: RequestId : 89B3EA4F1F9AD3769DD586E4BD43F3F8 Request Url : https://accounts.youtube.com/accounts/CheckConnection?pmpo=https%3A%2F%2Faccounts.google.com&v=-1308862583&timestamp=1579506279999

For every Waiting for: RequestId :<request_id> there should be a Request resolved: RequestId : <request_id>

As I have mentioned in the previously try increasing the navigationTimeout.

Note : make sure that value of test_timeout env inside <path to gauge_project>/env/default/js.properties file is same as the navigationTimeout value. Default value for navigationTimeout is 30000 millisecond where as default value for test_timeout is 10000 millisecond.

brijeshktest commented 4 years ago

@negiDharmendra Just to let you know, everything works fine when recording script using REPL. Also, is there a way to tell taiko not to wait for certain requests to be resolved?

zabil commented 4 years ago

If you do not wish to use data from those requests or your page is not dependent on them you can use the intercept API

brijeshktest commented 4 years ago

Thanks @zabil , let me try it out and get back to you.

zabil commented 4 years ago

Closing this issue for now as it appears to be network related and may be solved with the recommended configurations. Please feel free to re-open if there are other issues.