Chris Jackson
Chris Jackson
I'm experiencing the same issue. I even set the `cypressWebpackConfigPath` in my `package.json`, but it still won't load. Shows as "undefined" in the verbose logging. It's looking for the webpack...
@bahmutov ?
> Ah, sorry. I thought you were on their team. :) I guess we need to fork this in order to get the fixes.
> Yeah, this sucks. I don't want to disable the duplicate string error for my tests, because there are places that should definitely have constants. But I'd love to exclude...
I haven't tried Firefox. -- Chris Jackson On Fri, Feb 16, 2024 at 9:48 AM Priyansh Garg ***@***.***> wrote: > Does it only append in Chrome or does it append...
browser.clearValue isn't clearing the value, either. I had to write the following code to clear the input: ``` async function clearValue(browser, selector) { const value = await browser.getValue(selector); for (let...
Thank you for investigating. I'm not sure what the proper course of action is. If `updateValue` or `clearValue` aren't working as expected, they should fail with an error message explaining...
I'll trust your judgement. Thank you for investigating this. And I appreciate your quick response. -- Chris Jackson On Wed, Feb 21, 2024 at 2:15 AM Priyansh Garg ***@***.***> wrote:...