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>2021-09-08 21:11:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-08 21:11:23 +0300
commitacab9fc89c5856e2d3d3a9af6ff2047cc69055d3 (patch)
tree6631acda95d27489b896c7b462a5b0c0200a64a4 /spec/features/commit_spec.rb
parenta74cb0526c088bf5868f5aba1aec949800c1d641 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/commit_spec.rb')
-rw-r--r--spec/features/commit_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/commit_spec.rb b/spec/features/commit_spec.rb
index 80a30ab01b2..3fd613ce393 100644
--- a/spec/features/commit_spec.rb
+++ b/spec/features/commit_spec.rb
@@ -42,7 +42,7 @@ RSpec.describe 'Commit' do
visit project_commit_path(project, commit)
end
- it "shows an adjusted count for changed files on this page" do
+ it "shows an adjusted count for changed files on this page", :js do
expect(page).to have_content("Showing 1 changed file")
end