Skip to content

Commit 3797471

Browse files
committed
Update method summary
1 parent f75d968 commit 3797471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help_docs/method_summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ self.save_screenshot(name, folder=None)
222222
########
223223

224224
self.check_assert_element(selector, by=By.CSS_SELECTOR,
225-
timeout=settings.TINY_TIMEOUT)
225+
timeout=settings.MINI_TIMEOUT)
226226

227227
self.check_assert_text(text, selector, by=By.CSS_SELECTOR,
228-
timeout=settings.TINY_TIMEOUT)
228+
timeout=settings.MINI_TIMEOUT)
229229

230230
self.process_checks()
231231
```

0 commit comments

Comments
 (0)