Raj Kumar

Results 5 comments of Raj Kumar

Watch this video to automate angular material calendar https://www.youtube.com/watch?v=T8QRDQjt5lw&t=12s

@Subasinghe Try adding the following two properties in conf.js to fix the page timeout issue: `allScriptsTimeout: 1100000, getPageTimeout: 60000,` Add the following to *spec.js > var originalTimeout; > beforeEach(function ()...

@Subasinghe Could you share your tests screen over skype if you are comfortable.

@AdrianHastro How you are using `await ` without async function.

@sidorares I think top-level await a proposed feature for future JavaScript version. @AdrianHastro Please update your comment. Otherwise, it may confuse newcomers who will visit to this issue.