Skip to content

Commit

Permalink
[1755] Remove unused page object attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
avinhurry committed Jul 10, 2024
1 parent 9a9981f commit 39bb4de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/support/page_objects/publish/course_requirement_edit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class CourseRequirementEdit < PageObjects::Base
sections :errors, Sections::ErrorLink, '.govuk-error-summary__list li>a'

element :copy_content_warning, '[data-qa="copy-course-warning"]'
element :personal_qualities, '#publish-course-requirement-form-personal-qualities-field'
element :other_requirements, '#publish-course-requirement-form-other-requirements-field'
element :use_content, '[data-qa="course__use_content"]'

section :copy_content, Sections::CopyContent
Expand Down

0 comments on commit 39bb4de

Please sign in to comment.