Michael Kopf

Results 10 comments of Michael Kopf

I would also appreciate such a feature. I prefer the second suggest of @eryx12o45, but you don't need the repo as prefix in each line, instead the link to the...

This bug still exists. I just stumbled across it. Is it not being fixed? Or is there a workaround?

I'm using WebdriverIO. I already tried `e = $('tr'); e.moveTo(); e.click()` with no success.

Sorry, I haven't mentioned that I use WebdriverIO with Typescript. There is no such a API, but the error is the same.

Thx. My workaround is to select a `td` within the `tr` and that works.

> for anyone who is still encountering this issue, a workaround: > > * use Gradle wrapper 8.1+ > * in `build.gradle`, apply plugin `eclipse`, and add the following snippet...

> Seems to have been moved to `@angular/material/core/theming/theming` I don't think it's moved. It was already there in v16.

In the before hook, we want to set up our test data in the backend. If something went wrong in the test case, we need to restore the test data...

@SenneVProceedix I wrote a little workaround. See my answer here: https://stackoverflow.com/questions/71285827/cypress-e2e-before-hook-not-working-on-retries/71377694#71377694

@SenneVProceedix Sorry but I haven't any further information about this.