From cfd697f0fe9768c043c9840b291e14ac785f85c0 Mon Sep 17 00:00:00 2001 From: Jesse Landis-Eigsti Date: Wed, 30 Oct 2024 13:55:33 -0600 Subject: [PATCH] 856 - changes a test that no longer applies --- spec/integration/author/author_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/integration/author/author_spec.rb b/spec/integration/author/author_spec.rb index 0dbef9c85..a0cd4fcdf 100644 --- a/spec/integration/author/author_spec.rb +++ b/spec/integration/author/author_spec.rb @@ -10,6 +10,7 @@ context 'Author Submissions Page' do it 'displays a paragraph of thesis instructions' do + skip "honors should not display this" if current_partner.honors? expect(page).to have_content('Upload your thesis/dissertation to the eTD website for format review, including your front matter, back matter and at least 3 chapters. ') expect(page).to have_link('Accessibility') end