Skip to content

Commit

Permalink
Fix openqa test for 2.9
Browse files Browse the repository at this point in the history
The repository openSUSE Leap 42.3 was removed.
  • Loading branch information
David Kang committed Aug 22, 2019
1 parent 9b94990 commit 2240f8b
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 2240f8b

Please sign in to comment.