Fix the Malayalam element selector in the live preview test
Change-Id: Ib552b88a8dca096e4b6c1c948e58b5aece52a483
This commit is contained in:
@@ -13,7 +13,7 @@ class RandomPage
|
|||||||
li(:main_page, id: "n-mainpage-description")
|
li(:main_page, id: "n-mainpage-description")
|
||||||
div(:asia, id: "AS")
|
div(:asia, id: "AS")
|
||||||
a(:malayalam) do |page|
|
a(:malayalam) do |page|
|
||||||
page.asia_element.element.a(title: "Malayalam")
|
page.asia_element.element.li(title: "Malayalam")
|
||||||
end
|
end
|
||||||
a(:print_export, text: "Print/export")
|
a(:print_export, text: "Print/export")
|
||||||
a(:printable_version, text: "Printable version")
|
a(:printable_version, text: "Printable version")
|
||||||
|
|||||||
Reference in New Issue
Block a user