Skip to content

Commit dc5e938

Browse files
Update test for new status format
1 parent 2915efc commit dc5e938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/playwright/ticket_inline_edit.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ diag "Testing basics inline edit";
101101

102102
my $dom = $p->dom;
103103
is( $dom->at('#header h1')->text, "#$ticket_id: Test inline edit updated", 'Got updated subject in header' );
104-
is( $dom->at('div.status div.col div.rt-value .current-value')->text, 'open', 'Got updated status' );
104+
is( $dom->at('div.status div.col div.rt-value .current-value')->all_text, 'open', 'Got updated status' );
105105
like( $dom->at('div.custom-field-basics div.col div.rt-value .current-value')->text, qr/^\s*b1\s*$/, 'Got updated cf basics' );
106106
cmp_deeply(
107107
$dom->find('.jGrowl-message')->map('text')->to_array,

0 commit comments

Comments
 (0)