fix and add som usecases
This commit is contained in:
@@ -28,9 +28,9 @@ class FormElementsPage(BasePage):
|
||||
|
||||
# --- Page Actions ---
|
||||
|
||||
def open(self):
|
||||
def open(self, base_url: str):
|
||||
"""Navigates to the form elements page."""
|
||||
self.open_url(self.page_path)
|
||||
super().open(base_url, self.page_path)
|
||||
|
||||
def enter_text_in_input(self, text: str):
|
||||
"""Enters text into the main text input field."""
|
||||
|
||||
Reference in New Issue
Block a user