|
|
|
@ -45,7 +45,7 @@ feature 'Admin menu items' do |
|
|
|
|
|
|
|
|
|
expect(page).to have_selector('a', text: I18n.t('label_user_plural')) |
|
|
|
|
expect(page).to have_selector('a', text: I18n.t('label_role_plural')) |
|
|
|
|
expect(page).to have_selector('a', text: I18n.t('label_work_package_types')) |
|
|
|
|
expect(page).to have_selector('a', text: I18n.t('label_type_plural')) |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
|
|
|
|
@ -60,7 +60,7 @@ feature 'Admin menu items' do |
|
|
|
|
expect(page).to have_selector('a', text: I18n.t('label_user_plural')) |
|
|
|
|
|
|
|
|
|
expect(page).not_to have_selector('a', text: I18n.t('label_role_plural')) |
|
|
|
|
expect(page).not_to have_selector('a', text: I18n.t('label_work_package_types')) |
|
|
|
|
expect(page).not_to have_selector('a', text: I18n.t('label_type_plural')) |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|