【发布时间】:2020-04-16 09:59:53
【问题描述】:
以下内容:
cy.get( '@bar' ).
its( 'clientHeight' ).
should( 'eq', '300px' );
出现此 CypressError 失败:
Timed out retrying: cy.its() errored because the property: clientHeight does not exist on your subject.
cy.its() waited for the specified property clientHeight to exist, but it never did.
浏览器支持Element.clientHeight,因为我在代码中使用了它,并且同一别名上的其他断言正确通过。
提前感谢您的任何建议!
【问题讨论】:
标签: cypress