Replacing single quotes with double quotes
Bug: 57597 Change-Id: Icb3c0114d075cab103bbf4d7e0e9e1fd4ba0093c
This commit is contained in:
@@ -11,7 +11,7 @@ class RandomPage
|
|||||||
a(:download_as_pdf, text: "Download as PDF")
|
a(:download_as_pdf, text: "Download as PDF")
|
||||||
a(:download_the_file, text: "Download the file")
|
a(:download_the_file, text: "Download the file")
|
||||||
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.a(title: "Malayalam")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user