onlyoffice_documentserver_testing_framework 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2f0e384aaf5f05aaf133c491887d0fe18c3b4aff8764fb6a42b8ddabebd254e
|
4
|
+
data.tar.gz: 56460aeb5843ec7a90253689900acd28872538de6fbcd1f2f7690aec17312fd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1572605a7eb60fed3af42504c9f417952ac40d903401227e95621e4832760044160e5d0cd1f6d9d888022347b46d038686f57d9c26d11c0cce594d9de1e734a3
|
7
|
+
data.tar.gz: f18920028c97639400ecff72c1bb8d6e5fdda70871934e2940a9917f404a7f1de2cbcfa715a4a833ddb0e0b3edeef7bacef15aec1d05a660fc4e66ed0efa5a96
|
data/lib/onlyoffice_documentserver_testing_framework/test_instance_docs/doc_test_site_functions.rb
CHANGED
@@ -18,7 +18,7 @@ class DocTestSiteFunctions
|
|
18
18
|
@xpath_file_loading_step = '//*[@id="step1"]'
|
19
19
|
@xpath_conversion_step = '//*[@id="step2"]'
|
20
20
|
@xpath_editor_scripts_step = '//*[@id="step3"]'
|
21
|
-
@xpath_file_entry = '//*[@class="stored-list"]
|
21
|
+
@xpath_file_entry = '//*[@class="stored-list"]//table/tbody/tr'
|
22
22
|
@xpath_create_doc = '//*[contains(@class, "try-editor document")]|'\
|
23
23
|
'//*[contains(@class, "try-editor word")]'
|
24
24
|
@xpath_create_workbook = '//*[contains(@class, "try-editor spreadsheet")]|'\
|
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: 0.
|
4
|
+
version: 0.4.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: 2021-
|
12
|
+
date: 2021-04-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: onlyoffice_logger_helper
|