I used to use page object model when using Seleniu...
# best-practices
t
I used to use page object model when using Selenium because we needed to remove complexity for testers and PO was upkept by devs. With cypress I don't feel any need for PO as it already deals with all the complexity for us. Maintenance is no issue because its simple to change selectors even across a few tests.