summaryrefslogtreecommitdiff
path: root/spec/features/projects/tree/tree_show_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/tree/tree_show_spec.rb')
-rw-r--r--spec/features/projects/tree/tree_show_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/tree/tree_show_spec.rb b/spec/features/projects/tree/tree_show_spec.rb
index bd2af66710a..ca9e0a23888 100644
--- a/spec/features/projects/tree/tree_show_spec.rb
+++ b/spec/features/projects/tree/tree_show_spec.rb
@@ -69,7 +69,7 @@ RSpec.describe 'Projects tree', :js do
# Check last commit
expect(find('.commit-content').text).to include(message)
- expect(find('.commit-sha-group').text).to eq(short_newrev)
+ expect(find('.js-commit-sha-group').text).to eq(short_newrev)
end
end