fix export_file_spec
This commit is contained in:
parent
6c541edaf1
commit
c3d03582aa
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ feature 'Import/Export - project export integration test', js: true do
|
|||
|
||||
expect(page).to have_content('Export project')
|
||||
|
||||
click_link 'Export project'
|
||||
find(:link, 'Export project').send_keys(:return)
|
||||
|
||||
visit edit_project_path(project)
|
||||
|
||||
|
|
Loading…
Reference in a new issue