-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
19 additions
and
68 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
lib/testing_site_onlyoffice/open_pages/open_all_enterprise_page.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# frozen_string_literal: true | ||
|
||
module TestingSiteOnlyoffice | ||
# Helper for directly opening enterprise pages, | ||
# as it was removed from the site menu but still needs testing | ||
module OpenAllEnterprisePage | ||
def open_for_enterprise_page | ||
url = "#{config.server}/for-enterprises.aspx" | ||
@instance.webdriver.open(url) | ||
SiteEnterpriseOverview.new(@instance) | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
spec/functional/get_onlyoffice/site_get_onlyoffice_doc_space_sign_up_spec.rb
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
spec/functional/get_onlyoffice/site_get_onlyoffice_docs_sign_in_spec.rb
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters