onlyoffice_documentserver_testing_framework 2.11.0 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: efb16685bdc6196285dd62cbcdcdc6664d012a9d1f83eb27515c1cd8ed077685
|
|
4
|
+
data.tar.gz: 19370d7d1578ae0dc08340dd504e20fd1252fc54058fee2649c86e7130f6897e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cebce729aed081bd97df09103a4133702f42936474d134c5a67da67b1e0017b42c790e3c0a541e05fb94889c3490c75c296362d4db2cc33731971b6e10d6426
|
|
7
|
+
data.tar.gz: cdf49ad55984450acf506c258b38b17a6850a95ab4e41b5f83a97347f35c3faf77f579d14d1776e35dc6bf8bfe75047daa37a82cb48ba50a90ad7d6cef917ed8
|
|
@@ -91,7 +91,6 @@ module OnlyofficeDocumentserverTestingFramework
|
|
|
91
91
|
# @param xpath [String] xpath to click
|
|
92
92
|
# @return [nil]
|
|
93
93
|
def click_on_displayed_button(xpath)
|
|
94
|
-
selenium_functions(:wait_until_element_visible, xpath)
|
|
95
94
|
selenium_functions(:click_on_displayed, xpath)
|
|
96
95
|
end
|
|
97
96
|
|
data/lib/onlyoffice_documentserver_testing_framework/test_instance_docs/doc_test_site_functions.rb
CHANGED
|
@@ -152,7 +152,8 @@ class DocTestSiteFunctions
|
|
|
152
152
|
def current_document_storage_url
|
|
153
153
|
page_source = @instance.selenium.page_source
|
|
154
154
|
url_line = page_source.scan(/"?url"?: ".*$/).first
|
|
155
|
-
url_line.delete('"').gsub('url: ', '').chop
|
|
155
|
+
pretty_url = url_line.delete('"').gsub('url: ', '').chop
|
|
156
|
+
pretty_url.gsub(/&useraddress=.*/, '')
|
|
156
157
|
end
|
|
157
158
|
|
|
158
159
|
# @return [True, False] is on file list page now?
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onlyoffice_documentserver_testing_framework
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ONLYOFFICE
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-
|
|
12
|
+
date: 2022-09-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: onlyoffice_logger_helper
|
|
@@ -248,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
248
248
|
- !ruby/object:Gem::Version
|
|
249
249
|
version: '0'
|
|
250
250
|
requirements: []
|
|
251
|
-
rubygems_version: 3.3.
|
|
251
|
+
rubygems_version: 3.3.22
|
|
252
252
|
signing_key:
|
|
253
253
|
specification_version: 4
|
|
254
254
|
summary: ONLYOFFICE DocumentServer testing framework
|