diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-11-28 20:09:27 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-11-28 20:09:27 +0000 |
commit | 99d143fb2e67b1015166d54cb6cac5c197355a10 (patch) | |
tree | 3928aee24c6b8a36c77e321398ea93c7d9db7955 /spec/javascripts | |
parent | 1ce27c7d78f0833985ef82b0018064d3c821b9fe (diff) | |
parent | ac87bd0c113e5265d7913e13c005850a4f6bf4c3 (diff) | |
download | gitlab-ce-99d143fb2e67b1015166d54cb6cac5c197355a10.tar.gz |
Merge branch '38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings' into 'master'
Add checkbox to automatically run a pipeline when Auto DevOps is turned on in project settings
Closes #38962
See merge request gitlab-org/gitlab-ce!15380
Diffstat (limited to 'spec/javascripts')
-rw-r--r-- | spec/javascripts/flash_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/flash_spec.js b/spec/javascripts/flash_spec.js index b669aabcee4..97e3ab682c5 100644 --- a/spec/javascripts/flash_spec.js +++ b/spec/javascripts/flash_spec.js @@ -278,7 +278,7 @@ describe('Flash', () => { removeFlashClickListener(flashEl, false); - flashEl.parentNode.click(); + flashEl.click(); setTimeout(() => { expect(document.querySelector('.flash')).toBeNull(); |