From 02f0b90ca1773439682883b6134c53dbebf3543c Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 28 Feb 2018 08:26:27 -0800 Subject: Remove pipelines mini graph spec that wasn't actually testing anything This was also causing crashes in Chrome V64, so it's best to remove it for now. Closes #43636 --- spec/features/projects/pipelines/pipelines_spec.rb | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/spec/features/projects/pipelines/pipelines_spec.rb b/spec/features/projects/pipelines/pipelines_spec.rb index 37a06b65481..3a8e7c05cc4 100644 --- a/spec/features/projects/pipelines/pipelines_spec.rb +++ b/spec/features/projects/pipelines/pipelines_spec.rb @@ -367,23 +367,6 @@ describe 'Pipelines', :js do expect(build.reload).to be_canceled end end - - context 'dropdown jobs list' do - it 'should keep the dropdown open when the user ctr/cmd + clicks in the job name' do - find('.js-builds-dropdown-button').click - dropdown_item = find('.mini-pipeline-graph-dropdown-item').native - - %i(alt control).each do |meta_key| - page.driver.browser.action - .key_down(meta_key) - .click(dropdown_item) - .key_up(meta_key) - .perform - end - - expect(page).to have_selector('.js-ci-action-icon') - end - end end context 'with pagination' do -- cgit v1.2.1