Skip to content

Commit

Permalink
[dist] updated rspec testing from 15.3 to 15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Jul 28, 2023
1 parent c26f508 commit 81cf2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/t/spec/features/0030_project_spec.rb
Expand Up @@ -23,7 +23,7 @@
end
click_link('Repositories')
click_link('Add from a Distribution')
check('openSUSE Leap 15.3', allow_label_click: true)
expect(page).to have_content("Successfully added repository '15.3'")
check('openSUSE Leap 15.5', allow_label_click: true)
expect(page).to have_content("Successfully added repository '15.5'")
end
end

0 comments on commit 81cf2ba

Please sign in to comment.