Skip to content

Commit

Permalink
update site links (#2303)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMaxim authored Jan 30, 2025
1 parent 5996b64 commit c05b7df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class SiteDocSpaceEnterprise
link(:mobile_apps, xpath: '(//a[contains(@href, "/download-desktop.aspx#mobile")])[3]')
link(:security_link, xpath: '//div[contains(@class, "security")]//a')
link(:download_link_cloud, xpath: "#{CHOICE_XPATH}//a[@href = '/docspace-registration.aspx']")
link(:download_link_linux, xpath: "#{CHOICE_XPATH}//a[@href = '/download-docspace.aspx'][1]")
link(:download_link_windows, xpath: "#{CHOICE_XPATH}//a[@href = '/download-docspace.aspx'][2]")
link(:download_link_linux, xpath: "#{CHOICE_XPATH}//a[@href = '/download.aspx#docspace-enterprise'][1]")
link(:download_link_windows, xpath: "#{CHOICE_XPATH}//a[@href = '/download.aspx#docspace-enterprise'][2]")
link(:enterprise_plan_link, xpath: '//div[@class = "dep-part ee-business"]/preceding-sibling::div/a')
link(:pick_price_link, xpath: '//div[@class = "ds-item"]/a')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class SitePartnersTechnology

div(:software_tab, xpath: '//div[@id = "part-software"]')
link(:become_partner_button, xpath: '//div[@class="first-screen-part"]/a[@href="/partnership-request.aspx"]')
link(:docs_dev_try_now, xpath: '//a[@href="/download-docs.aspx#docs-developer"]')
link(:docs_dev_try_now, xpath: '//a[@href="/download-developer.aspx#docs-developer"]')
link(:doc_builder_download, xpath: '//a[@href="/download-builder.aspx" and @class="button red"]')

def initialize(instance)
Expand Down

0 comments on commit c05b7df

Please sign in to comment.