We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2ec01 commit 7e3782aCopy full SHA for 7e3782a
modules/page_object_about_config.py
@@ -48,4 +48,4 @@ def change_pref_value(self, term: str, value) -> BasePage:
48
pref_edit = self.get_element("form-edit")
49
pref_edit.send_keys(value)
50
pref_edit_button.click()
51
- return self
+ return self
0 commit comments