Dan Caseley

Results 334 comments of Dan Caseley

Some nerdy detail: Maestro will match when interpreting your input as either plain or regex. So it's _always_ using _both_. Example: ``` - assertVisible: 'Chip.' ``` This will match against...

Did you look at my idea about whether the accessibilityText was getting concatenated into the container?

There's no ETA - staff can't automatically implement everything that folks want. But it's open source, so folks can contribute their own changes for features they want. This is my...

Yeah, AI hallucinates stuff. `assertWithAI` intentionally defaults to `optional: true` to ensure human review for exactly this reason. In this specific example, I'd probably not ask an AI model for...

That last one is clearly bananas 😂 Those commands are [experimental](https://docs.maestro.dev/api-reference/commands/assertwithai), and clearly still imperfect. Thanks for reporting this.

Thanks! This looks to fix an obvious oversight! Is there anywhere to add a test for this, to demonstrate that the change works?

Sorry, I meant a unit or integration test, somewhere in the code. That way we'll also make sure it doesn't break again in the future.

Thanks! If you get stuck, do shout up here, or come chat on Maestro's Slack - https://slack.maestro.dev

@dineshvenugopal Let me know if you're stuck on implementation, or stuck for time, and I'll try to lend a hand

On it. I've got a web e2e implementation started in #2867 Once that's in, adding a test for a textarea is trivial.