Mike Lehan

Results 26 comments of Mike Lehan

`waitForText` is also case sensitive, and yet `see` is case insensitive. My view is that all these checks should be case insensitive when looking for text, as things like CSS...

As far as I can see this would work. I am basing it off the example I have for achieving this away from Lift: https://github.com/M1ke/serverless-payments/blob/master/bin/deploy-dev-front So in this script I:...

@mnapoli Have you put any time yet into implementing this? I'd be happy to hack on it but might not make sense if you're already nearly there with a branch...

@mnapoli so in https://github.com/M1ke/serverless-payments/blob/f0bf3fd96c9fcbad403128d908bd4e1068ffa172/serverless.yml#L242 I output a set of JSON config. This leverages an additional plugin but possibly Lift could bundle that? So the run order internally would look like:...

My team have encountered this issue and are hoping for a fix. Happy to contribute on this PR but it's not clear what's needed. @antony can you let me know...

I've not written anything extra into the tests; I wanted to know if it seemed like a valid issue and a sensible fix before doing anything further. I've tried to...

OK thanks, will let you know once I've had chance to update.

@tedivm given we fixed the styling issues might it be possible to merge this?

I have the same issue. I have added the following in `_config.yml`: ``` theme_config: twitter: https://twitter.com/m1ke widgets: - tagcloud - recent_posts menu: About: /about/ ``` The menu correctly updates to...

Feels like we'd want to bump this to node 20 now