mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-02 13:00:18 -05:00
850989e1b4
* feat: Rename SelectorPriority API to ElementSelector API BREAKING: Rename SelectorPriority API to ElementSelector API * bump unique-selector + remove restriction on type of prop * rename file + remove test * rename and add types to files * save file * fix types * Add error when Cypress.SelectorPlayground is called to suggest renaming * Add better description of ElementSelector API * Error on invalid selector priority types * changelog entry * Update types to match exact type of selectorPriority * remove semicolon * Add feature description for separate feature * remove the other semicolon * Update types to use official cypress types * Add other issue that this PR resolves. * add name to selector priority * alphabetize strings in selectorPriority types