Project

General

Profile

« Previous | Next » 

Revision 9042033c

Added by Tomer Brisker about 5 years ago

Fixes #26325 - Remove data-id aid attributes

These were used by QE automation to identify links but are no longer
needed since https://github.com/SatelliteQE/airgun/commit/8438e7274a73e01dcb7073f47068eba877e2bed5

View differences:

test/integration/org_admin_js_test.rb
def select_org(org)
within('li#organization-dropdown ul') do
find("a#aid_taxonomy_#{org}").trigger('click')
find("a#select_taxonomy_#{org}").trigger('click')
end
end
end

Also available in: Unified diff