Task me sync
This commit is contained in:
@@ -140,7 +140,6 @@ 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
|
||||
@@ -153,7 +152,6 @@ 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
|
||||
@@ -166,7 +164,6 @@ 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