ElSnoMan / esports-automation

Repo used for TAU Course: Scaling Tests with Docker
31 stars 66 forks source link

Build PageBase class #8

Closed ElSnoMan closed 5 years ago

ElSnoMan commented 5 years ago

Description

Each Page Object shares some elements and functionality. The top menus are perfect examples of this as they persist as the user navigates from page to page.

We need to create a PageBase class that shares these elements and functionalities.

Acceptance Criteria