Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-11 12:08:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-11 12:08:16 +0300
commita64fb464b4081ec468da3fec97dfdede1fbd55e7 (patch)
tree124372fd54583716a964152ba68b2df80ff09140 /spec/features/ide
parent1b3eb6f388e2c376cc95adbd4babd8bad76eb4d6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/ide')
-rw-r--r--spec/features/ide/user_commits_changes_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/features/ide/user_commits_changes_spec.rb b/spec/features/ide/user_commits_changes_spec.rb
index 56f2c6b8afc..f53abde1523 100644
--- a/spec/features/ide/user_commits_changes_spec.rb
+++ b/spec/features/ide/user_commits_changes_spec.rb
@@ -30,14 +30,4 @@ describe 'IDE user commits changes', :js do
expect(project.repository.blob_at('master', 'foo/bar/.gitkeep')).to be_nil
expect(project.repository.blob_at('master', 'foo/bar/lorem_ipsum.md').data).to eql(content)
end
-
- it 'user adds then deletes new file' do
- ide_create_new_file('foo/bar/lorem_ipsum.md')
-
- expect(page).to have_selector(ide_commit_tab_selector)
-
- ide_delete_file('foo/bar/lorem_ipsum.md')
-
- expect(page).not_to have_selector(ide_commit_tab_selector)
- end
end