Commit 25f55dc4 authored by Eulyeon Ko's avatar Eulyeon Ko

Remove freeze_time from ee sidebar_spec.rb

parent 25903c13
......@@ -21,10 +21,6 @@ RSpec.describe 'Issue Boards', :js do
let(:card1) { find('.board:nth-child(2)').find('.board-card:nth-child(2)') }
let(:card2) { find('.board:nth-child(2)').find('.board-card:nth-child(1)') }
around do |example|
freeze_time { example.run }
end
before do
stub_licensed_features(multiple_issue_assignees: true)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment