-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Hi everyone,
I can't make it run the basic sample at index script on a lambda function, here's what I did:
Clone this repo and then run npm install... test locally and works.
Then I run serverless deploy, everything get published, but when I run I always have this issue:
"errorMessage": "No node found for selector: #lst-ib", (to test, I simply go to the lambda function, and run a test)
Actually, I can't inspect any element, If I use waitForSelector I have a timeout, so I assume that page never get loaded.
Here's part of log:
START RequestId: 031bea5a-d60d-11e8-94d7-015d775a53cf Version: $LATEST
2018-10-22T15:13:22.647Z 031bea5a-d60d-11e8-94d7-015d775a53cf setup local chrome
2018-10-22T15:13:24.574Z 031bea5a-d60d-11e8-94d7-015d775a53cf setup done
2018-10-22T15:13:25.359Z 031bea5a-d60d-11e8-94d7-015d775a53cf launch done: HeadlessChrome/67.0.3361.0
Is there an issue with this build or I'm missing something?
Thanks in advance.