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
111 B
Python
4 lines
111 B
Python
from tests.e2e.pages.base_page import BasePage
|
|
|
|
class SurveyPage(BasePage):
|
|
nav_label = "Survey Assistant"
|