Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinnie Okada <vokada@mrvinn.com>2014-10-17 08:36:52 +0400
committerVinnie Okada <vokada@mrvinn.com>2014-10-19 03:07:23 +0400
commite06f0ead9843df2688ca2f341a3b37d4d56a955d (patch)
treef6ccee3ab1023f5be90d7931ee0c5504a9b2abd5 /spec/features/notes_on_merge_requests_spec.rb
parente1491465de441b386c72726f0b869104d1c15680 (diff)
Fix Markdown preview tests
Update Spinach tests for Markdown previews for the new-ish tab UI that replaced the old preview/edit toggle button.
Diffstat (limited to 'spec/features/notes_on_merge_requests_spec.rb')
-rw-r--r--spec/features/notes_on_merge_requests_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/notes_on_merge_requests_spec.rb b/spec/features/notes_on_merge_requests_spec.rb
index 36394265abf..3a99a260498 100644
--- a/spec/features/notes_on_merge_requests_spec.rb
+++ b/spec/features/notes_on_merge_requests_spec.rb
@@ -21,7 +21,6 @@ describe 'Comments' do
find(".js-main-target-form input[type=submit]").value.should == "Add Comment"
within('.js-main-target-form') do
expect(page).not_to have_link('Cancel')
- expect(page).not_to have_css('.js-md-preview-button', visible: true)
end
end