Skip to content

Commit

Permalink
Bug 1923674 - qa/t/1_test_custom_fields.t failing in CI after recent …
Browse files Browse the repository at this point in the history
…updates
  • Loading branch information
dklawren committed Oct 9, 2024
1 parent 1437dfe commit 35f6ee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qa/t/1_test_custom_fields.t
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ my $bug2_id = create_bug($sel, $bug_summary2);
go_to_bug($sel, $bug2_id);
$sel->type_ok("cf_qa_freetext_$bug1_id", "bonsai");
$sel->selected_label_is("cf_qa_list_$bug1_id", "---");
$sel->click_ok('top-btn');
$sel->select_ok("bug_status", "label=SUSPENDED");
edit_bug($sel, $bug2_id);

Expand All @@ -222,6 +223,7 @@ $sel->select_ok("cf_qa_list_$bug1_id", "label=storage");

# FIXME: The reverse description is not displaying properly on bug modal page
#$sel->is_text_present_ok("IsRef$bug1_id: $bug2_id");
$sel->click_ok('top-btn');
$sel->select_ok("bug_status", "RESOLVED");
$sel->select_ok("resolution", "UPSTREAM");
edit_bug_and_return($sel, $bug1_id, $bug_summary);
Expand Down

0 comments on commit 35f6ee0

Please sign in to comment.