Skip to content

Commit

Permalink
Merge pull request #8163 from DavidKang/2.9
Browse files Browse the repository at this point in the history
Fix openqa test for 2.9
  • Loading branch information
dmarcoux committed Sep 9, 2019
2 parents 9b94990 + 2240f8b commit c540b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/t/spec/features/0030_project_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
end
click_link('Repositories')
click_link('Add repositories')
check('repo_openSUSE_Leap_42_3')
expect(page).to have_content("Successfully added repository 'openSUSE_Leap_42.3'")
check('repo_openSUSE_Leap_15_1')
expect(page).to have_content("Successfully added repository 'openSUSE_Leap_15.1'")
end
end

0 comments on commit c540b7c

Please sign in to comment.