Skip to content

Commit afff9cb

Browse files
committed
Update comments
1 parent ad9de83 commit afff9cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/test_deferred_asserts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
This test demonstrates the use of deferred asserts.
33
Deferred asserts won't raise exceptions from failures until either
44
process_deferred_asserts() is called, or the test reaches the tearDown() step.
5-
Requires version 2.1.6 or newer for the deferred_assert_exact_text() method.
65
"""
76
import pytest
87
from seleniumbase import BaseCase

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3201,7 +3201,7 @@ def save_screenshot(
32013201
def save_screenshot_to_logs(
32023202
self, name=None, selector=None, by=By.CSS_SELECTOR
32033203
):
3204-
"""Saves a screenshot of the current page to the "latest_logs" folder.
3204+
"""Saves a screenshot of the current page to the "latest_logs/" folder.
32053205
Naming is automatic:
32063206
If NO NAME provided: "_1_screenshot.png", "_2_screenshot.png", etc.
32073207
If NAME IS provided, it becomes: "_1_name.png", "_2_name.png", etc.

0 commit comments

Comments
 (0)