fixed feature specs
This commit is contained in:
parent
115855e331
commit
382546e054
2 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@ feature 'Multi-file editor new directory', :js do
|
|||
|
||||
find('.js-ide-commit-mode').click
|
||||
|
||||
find('.multi-file-commit-list-item').hover
|
||||
first('.multi-file-discard-btn .btn').click
|
||||
|
||||
fill_in('commit-message', with: 'commit message ide')
|
||||
|
|
|
@ -36,6 +36,7 @@ feature 'Multi-file editor new file', :js do
|
|||
|
||||
find('.js-ide-commit-mode').click
|
||||
|
||||
find('.multi-file-commit-list-item').hover
|
||||
first('.multi-file-discard-btn .btn').click
|
||||
|
||||
fill_in('commit-message', with: 'commit message ide')
|
||||
|
|
Loading…
Reference in a new issue