Skip to content

Commit 27f94fc

Browse files
Potential fix for pull request finding 'Unused local variable'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent e098094 commit 27f94fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-test/pages/draftPage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def test_character_limit_restriction(self, section_index=0):
493493
title = title_element.inner_text(timeout=3000).strip()
494494
logger.info(f"Testing section: '{title}'")
495495
except Exception:
496-
title = f"Section {section_index + 1}"
496+
logger.info(f"Testing section: 'Section {section_index + 1}'")
497497

498498
# Scroll section into view
499499
section.scroll_into_view_if_needed()

0 commit comments

Comments
 (0)