Skip to content

Commit

Permalink
Merge pull request #11907 from saraycp/remove-duplicated-spec
Browse files Browse the repository at this point in the history
Remove duplicated Contribution Graph spec
  • Loading branch information
saraycp committed Nov 29, 2021
2 parents dea728c + d7ffda9 commit e8d56ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 62 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# TODO: move this test out of the beta directory as soon as the
# user_profile_redesign feature flag is removed.

require 'browser_helper'

RSpec.shared_examples 'a contribution graph' do
Expand Down Expand Up @@ -61,6 +64,8 @@
click_link('Contributions')
expect(page).to have_text('3 contributions')
end

# TODO: test single day contributions by clicking on a percentil and check the resulting text.
end
end
end
62 changes: 0 additions & 62 deletions src/api/spec/features/webui/users/user_contributions_spec.rb

This file was deleted.

0 comments on commit e8d56ff

Please sign in to comment.