Commit d9d1710a authored by Dan Davison's avatar Dan Davison Committed by Tanya Pazitny

Remove ambiguous page object name rubocop disable

parent fa29be3f
......@@ -9,8 +9,8 @@ module QA
QA::Page::Main::Menu.perform(&:go_to_admin_area)
QA::Page::Admin::Menu.perform(&:click_license_menu_link)
EE::Page::Admin::License.perform do |page| # rubocop:disable QA/AmbiguousPageObjectName
page.add_new_license(license) unless page.license?
EE::Page::Admin::License.perform do |license_page|
license_page.add_new_license(license) unless license_page.license?
end
QA::Page::Main::Menu.perform(&:sign_out)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment