Daniel Han

Results 10 comments of Daniel Han

This worked for me: ``` cd src/Image-ExifTool/lib/Image/ExifTool curl --output ISO.pm https://fastapi.metacpan.org/source/EXIFTOOL/Image-ExifTool-12.42/lib/Image/ExifTool/ISO.pm ```

I wanted to use the workflow_call event instead of workflow_dispatch event in the workflow where `paths-filter` is used. But that didn't seem to be possible due to the context problem....

Thanks @Crisfole. In my case the workflow is triggered when a pull request is opened rather than closed. I guess the github context is different there.

I ran into the same issue today. The `toBeDisabled` problem is solved by adding `role="button"` in the html element. Thanks for the nice repo @d4rky-pl!

I have another example where `toBeDisabled` doesn't work. Here is the html: ```html AAAAA ``` and here is the test: ```js test('aria-disabled is not ignored', async ({ page }) =>...