WiserSolutions / cypress-antd

Helpers for interacting with Ant Design components in Cypress tests.
MIT License
31 stars 9 forks source link

[MAJOR] Upgrade antd to 4.23 #21

Closed nsfm closed 2 years ago

nsfm commented 2 years ago

This PR ugprades antd to 4.23. A breaking change was introduced by antd 4.17, which included an extra row element on antd forms.

This library's API has not changed, but the minimum supported antd version is now 4.17.

nsfm commented 2 years ago

Tests are broken in CI but passing locally. The library is working while locally linked. I think the github actions versions just need to be bumped so I included that with this PR.