BasePage provides navigation, error capture, and interactable discovery with fnmatch-based expected_failure matching. SettingsPage extends it with tab-aware discovery. All conftest imports are deferred to method bodies so the module loads without a live browser fixture.
4 lines
97 B
Python
4 lines
97 B
Python
from tests.e2e.pages.base_page import BasePage
|
|
|
|
class HomePage(BasePage):
|
|
nav_label = "Home"
|