You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we don't have any Page Object Model (POM) for our E2E tests with Playwright
Creating POM would help to create and maintain the E2E tests for the application.
What should be the structure?
The structure should represent the base structure of our web pages. The idea behind POM is to define test classes with methods for each web page and in this way, we reuse selectors and methods, which help to avoid duplicated code.