Matthew McGarvey

Results 134 comments of Matthew McGarvey
trafficstars

I don't think so, currently. Anything's possible though so someone could add in lazy-loaded elements so that specs could go back to the way they were before. I could go...

A roadblock I ran into while trying to complete this task is that `fill_form` is called with the attribute and a value while checkboxes are selected by clicking on them....

The other value I can imagine being passed in is whatever the value is if the checkbox is checked

That error happens when attempting to make a directory with the same name as a file in that directory so it seems like you have a file with the name...

We have recently changed how we do screenshots so this _might_ be fixed. Mainly we no longer delete the directly. https://github.com/luckyframework/lucky_flow/commit/da9c94776ab00a531796e15cb79f4f841ac5cd41

Here's the relevant expectation class https://github.com/luckyframework/lucky_flow/blob/ff7c22d3c72365ededf7bc677669ed95264c2f37/src/lucky_flow/expectations/have_current_path_expectation.cr#L1 My only guess is that there's a delay in the current_path so that when it's checked it's different than when the failure message is...

Because this library uses a single browser session it would not be possible to do parallel testing right now. I have no idea how they're planning on implementing parallel testing...

The webdrivers library has functionality to know when to update the chromedriver it has installed. I wonder why that didn't happen 🤔

This occurred because this library exposes the session from the underlying selenium library. It is not a bug of LuckyFlow, though it is a breaking change. While looking into this,...

I'll try to get the selenium library documented and the documentation published so that it can be referenced where ever it is needed here.