Skip to content

Commit f22be7f

Browse files
remove commented code
1 parent a6770a6 commit f22be7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/page_object_fxa_home.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def create_new_account(self, password: str, age=30) -> BasePage:
2525
"""Fill out the password and age fields, then submit and wait for code"""
2626
self.fill("signup-password-input", password, press_enter=False)
2727
self.fill("signup-password-repeat-input", password, press_enter=False)
28-
# self.fill("age-input", str(age), press_enter=False)
2928
self.element_clickable("submit-button")
3029
self.get_element("submit-button").click()
3130
self.element_has_text("card-header", "Enter confirmation code")

0 commit comments

Comments
 (0)