Fix tests and update CHANGELOG
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
5bbe6c4d54
commit
774c523c1f
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ v 8.0.0 (unreleased)
|
||||||
- Create cross-reference for closing references on commits pushed to non-default branches (Maël Valais)
|
- Create cross-reference for closing references on commits pushed to non-default branches (Maël Valais)
|
||||||
- Ability to search milestones
|
- Ability to search milestones
|
||||||
- Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to prevent Sidekiq retries (Stan Hu)
|
- Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to prevent Sidekiq retries (Stan Hu)
|
||||||
- Move dashboard activity to separate page
|
- Move dashboard activity to separate page (for your projects and starred projects)
|
||||||
- Improve performance of git blame
|
- Improve performance of git blame
|
||||||
- Limit content width to 1200px for most of pages to improve readability on big screens
|
- Limit content width to 1200px for most of pages to improve readability on big screens
|
||||||
- Fix 500 error when submit project snippet without body
|
- Fix 500 error when submit project snippet without body
|
||||||
|
|
|
@ -8,7 +8,7 @@ class Spinach::Features::DashboardStarredProjects < Spinach::FeatureSteps
|
||||||
end
|
end
|
||||||
|
|
||||||
step 'I should not see project "Shop"' do
|
step 'I should not see project "Shop"' do
|
||||||
page.within 'aside' do
|
page.within '.projects-list' do
|
||||||
expect(page).not_to have_content('Shop')
|
expect(page).not_to have_content('Shop')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue