Skip to content

Commit 726e0b4

Browse files
fix: remove unnecessary whitespace and logging in test cases
1 parent 37dd5b0 commit 726e0b4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

archive-doc-gen/tests/e2e-test/tests/test_st_docgen_tc.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,6 @@ def test_bug_7571_removed_sections_not_returning(request, login_logout):
25052505

25062506
# Select 3 sections to remove from the initial list
25072507
sections_to_remove = []
2508-
25092508
if initial_count >= 3:
25102509
# Remove sections at positions 1, 2, and 3 (avoid removing first section for stability)
25112510
indices_to_remove = [1, 2, 3] if initial_count > 3 else list(range(1, initial_count))
@@ -2740,9 +2739,6 @@ def test_bug_9825_navigate_between_sections(request, login_logout):
27402739

27412740
page.wait_for_timeout(1000)
27422741

2743-
duration = time.time() - start
2744-
logger.info("Execution Time for Step 6: %.2fs", duration)
2745-
27462742
logger.info("\n" + "="*80)
27472743
logger.info("✅ TC 10157 Test Summary - Navigate between sections")
27482744
logger.info("="*80)

0 commit comments

Comments
 (0)