Commit 2dba2182 authored by Luke Duncalfe's avatar Luke Duncalfe

Merge branch 'psimyn-master-patch-99412' into 'master'

Fix flaky calendar spec by clicking the same cell again

See merge request gitlab-org/gitlab!54281
parents dd1a6d26 dada5197
......@@ -113,8 +113,8 @@ RSpec.describe 'Contributions Calendar', :js do
describe 'deselect calendar day' do
before do
cells[0].click
page.find('.js-overview-tab a').click
wait_for_requests
cells[0].click
end
it 'hides calendar day activities' do
......
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