DEV: Remove unused pageobject from scroll_manager_service_spec (#23501)

This commit is contained in:
David Taylor 2023-09-11 10:28:25 +01:00 committed by GitHub
parent e771382c1c
commit d7bb8f68d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ describe "Ember route-scroll-manager service", type: :system do
end
let(:discovery) { PageObjects::Pages::Discovery.new }
let(:topic) { PageObjects::Pages::Topic.new }
def current_scroll_y
page.evaluate_script("window.scrollY")