Skip to content

Commit

Permalink
Update t/ui/14-dashboard.t
Browse files Browse the repository at this point in the history
Co-authored-by: Martchus <[email protected]>
  • Loading branch information
asdil12 and Martchus authored Nov 14, 2023
1 parent bf21a75 commit e3c9ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/ui/14-dashboard.t
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ log_debug('build_url: ' . $build_url);
is(scalar @{$driver->find_elements('.h4', 'css')}, 5, 'number of builds for opensuse');
is(
$driver->find_element_by_id('group_description')->get_text(),
"Test description\nwith bugref bsc#1234", # second space comes nbsp used in bugref span
"Test description\nwith bugref bsc#1234", # second space comes from using non-breaking space in bugref span
'description shown'
);
is(
Expand Down

0 comments on commit e3c9ab7

Please sign in to comment.