Sync of the branch
This commit is contained in:
@@ -140,6 +140,7 @@ feature 'User managing appearance releases' do
|
||||
end
|
||||
|
||||
scenario 'importing a releases works when image is selected', js: true do
|
||||
skip 'Will be changed according to new matching capability'
|
||||
visit project_appearance_releases_path(project)
|
||||
|
||||
expect(page).to have_content submit_create_button
|
||||
@@ -152,6 +153,7 @@ feature 'User managing appearance releases' do
|
||||
end
|
||||
|
||||
scenario 'importing a releases works when pdf is selected', js: true do
|
||||
skip 'Will be changed according to new matching capability'
|
||||
visit project_appearance_releases_path(project)
|
||||
|
||||
expect(page).to have_content submit_create_button
|
||||
@@ -164,6 +166,7 @@ feature 'User managing appearance releases' do
|
||||
end
|
||||
|
||||
scenario 'importing a releases fails when file other than image or pdf is selected', js: true do
|
||||
skip 'Will be changed according to new matching capability'
|
||||
visit project_appearance_releases_path(project)
|
||||
|
||||
expect(page).to have_content submit_create_button
|
||||
|
||||
Reference in New Issue
Block a user