Skip to content

Commit 6e12601

Browse files
committed
Increase register page load time
1 parent 2eb76a3 commit 6e12601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/pages/register.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ def submit(self) -> None:
7676
self.driver().find_element(self._by.xpath(), self._rp_locators.submit).click()
7777

7878
def confirm_registration(self) -> Element:
79-
return WebDriverWaitOf(driver=self.driver(), timeout=15).until_presence_of_element_located(
79+
return WebDriverWaitOf(driver=self.driver(), timeout=30).until_presence_of_element_located(
8080
ExpectedCondition(self._by.xpath(), self._rp_locators.thank_you)
8181
)

0 commit comments

Comments
 (0)