https://bugzilla.wikimedia.org/show_bug.cgi?id=49869

--- Comment #1 from Ċ½eljko Filipin <[email protected]> ---
Page elements[1] should be sorted alphabetically. This is how an element looks
like:

element_type(:element_name, attribute_type: attribute_value)

Example (from aftv5_page.rb[2]):

div(:aft_box, id: 'mw-articlefeedbackv5')
a(:view_article, text: 'View article')

Elements should be sorted by :element_name, so the elements in the example
above are sorted correctly, since :aft_box should be before :view_article.

1:
https://github.com/wikimedia/qa-browsertests/tree/master/features/support/pages
2:
https://github.com/wikimedia/qa-browsertests/blob/master/features/support/pages/aftv5_page.rb

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to