Skip to content

Commit 908cc09

Browse files
committed
Addressing review comment regarding click()
1 parent d652d69 commit 908cc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/organisations/create_site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def click_save_button(self) -> None:
5656
5757
"""
5858
logging.info("Clicking Save button on Create Site page")
59-
self.save_button.click()
59+
self.click(self.save_button)
6060

6161
def verify_success_message(self) -> None:
6262
"""Verifies that the success message is displayed after saving the Site."""

0 commit comments

Comments
 (0)