BO - International - Localization - Languages - Sort

Details

Steps

Step Description Expected result
Go to languages page page title contains ‘Languages’
Sort languages by id_lang desc list is sorted by id_lang desc
(3 -> 2 -> 1)
Sort languages by name asc list is sorted by name asc
(a -> b -> c)
Sort languages by name desc list is sorted by name desc
(c -> b -> a)
Sort languages by iso_code asc list is sorted by iso_code asc
(a -> b -> c)
Sort languages by iso_code desc list is sorted by iso_code desc
(c -> b -> a)
Sort languages by language_code asc list is sorted by language_code asc
(a -> b -> c)
Sort languages by language_code desc list is sorted by language_code desc
(c -> b -> a)
Sort languages by date_format_lite asc list is sorted by date_format_lite asc
(a -> b -> c)
Sort languages by date_format_lite desc list is sorted by date_format_lite desc
(c -> b -> a)
Sort languages by date_format_full asc list is sorted by date_format_full asc
(a -> b -> c)
Sort languages by date_format_full desc list is sorted by date_format_full desc
(c -> b -> a)
Sort languages by id_lang asc list is sorted by id_lang asc
(1 -> 2 -> 3)