Skip to content

Commit e098094

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 9e4a49c commit e098094

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
@@ -381,7 +381,7 @@ def regenerate_all_sections(self, additional_instruction="add max 150 words"):
381381
original_content = content_locator.text_content(timeout=3000).strip()
382382

383383
# Step 1: Click Generate button for this section
384-
section_title = self.click_section_generate_button(i)
384+
self.click_section_generate_button(i)
385385

386386
# Step 2: Verify regenerate popup is displayed
387387
self.verify_regenerate_popup_displayed()

0 commit comments

Comments
 (0)