Skip to content

Commit 2a7a839

Browse files
cp-fix-step-typo
1 parent 2fe2ed5 commit 2a7a839

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/e2e-test/tests/test_content_gen_gp_tc.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,16 +424,16 @@ def test_validate_start_over(login_logout, request):
424424
home.send_prompt(home.USER_MESSAGE)
425425
step2_end = time.time()
426426

427-
# Step 4: Start Over
428-
step4_start = time.time()
427+
# Step 3: Start Over
428+
step3_start = time.time()
429429
home.start_over()
430-
step4_end = time.time()
430+
step3_end = time.time()
431431

432432
# Log test summary
433433
step_times = [
434434
("Step 1 (Home Page Validation)", step1_end - step1_start),
435435
("Step 2 (Send Prompt)", step2_end - step2_start),
436-
("Step 4 (Start Over)", step4_end - step4_start)
436+
("Step 3 (Start Over)", step3_end - step3_start)
437437
]
438438
total_duration = log_test_summary(start_time, step_times, "Start Over Test")
439439

0 commit comments

Comments
 (0)