Skip to content

Commit

Permalink
Merge pull request #16880 from DimStar77/instgedit
Browse files Browse the repository at this point in the history
gedit: ensure_installed before running it
  • Loading branch information
asdil12 committed Apr 18, 2023
2 parents db63e0b + 7116a9e commit 91f76e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/x11/gedit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use testapi;

sub run {
my ($self) = @_;
ensure_installed('gedit');
x11_start_program('gedit');
$self->enter_test_text('gedit', slow => 1);
assert_screen 'test-gedit-1';
Expand Down

0 comments on commit 91f76e1

Please sign in to comment.