Cuong Luu
Results
2
comments of
Cuong Luu
That didn't work. I think the issue is actually in https://github.com/gidztech/docker-chromium as this image is can not be built on M1 silicon.
`expect(reportLink).to.have.attr('href', props.href);` yields the same error. `expect(reportLink).to.have.prop('href', props.href);` does work and will probably be sufficient most of the times. I guess there is an open question on when `attr` can/should...