onlyoffice_documentserver_testing_framework 2.18.1 → 2.19.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: 3b875d3e9fd111409362c8c72f7d38da6afe9fe293f954d0947e5e075fa42bd8
|
|
4
|
+
data.tar.gz: 0d2ba404b1762f13181186f617c5caad433c30f68ba973e0540a543f6f941fe4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f42ecfbbb2df81bf335b51c6b0feee215138896379815ef2a31481bd5cfccda4946d7d1aa02c09f7d6588072e49a16fb228a42e5d56231de64cbc2d395c9e53
|
|
7
|
+
data.tar.gz: 198df65d7ba2f61d46b5157efb0802156e0cbec1a57837628b223031b37a8caf1be0758496e20f4c023772d05893d22c300836b7229d95732e857df8ff45a11d
|
|
@@ -5,7 +5,7 @@ module OnlyofficeDocumentserverTestingFramework
|
|
|
5
5
|
module UpdateLinksHelper
|
|
6
6
|
# @return [String] xpath of update links message
|
|
7
7
|
def update_links_message_xpath
|
|
8
|
-
'//span[contains(text(), "This workbook contains links to
|
|
8
|
+
'//span[contains(text(), "This workbook contains links to")]'
|
|
9
9
|
end
|
|
10
10
|
|
|
11
11
|
# @return [String] xpath of update button
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
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.19.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ONLYOFFICE
|
|
8
8
|
- Pavel Lobashov
|
|
9
|
-
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2025-01-09 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: onlyoffice_logger_helper
|
|
@@ -108,7 +107,6 @@ metadata:
|
|
|
108
107
|
homepage_uri: https://github.com/ONLYOFFICE-QA/onlyoffice_documentserver_testing_framework
|
|
109
108
|
source_code_uri: https://github.com/ONLYOFFICE-QA/onlyoffice_documentserver_testing_framework
|
|
110
109
|
rubygems_mfa_required: 'true'
|
|
111
|
-
post_install_message:
|
|
112
110
|
rdoc_options: []
|
|
113
111
|
require_paths:
|
|
114
112
|
- lib
|
|
@@ -123,8 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
123
121
|
- !ruby/object:Gem::Version
|
|
124
122
|
version: '0'
|
|
125
123
|
requirements: []
|
|
126
|
-
rubygems_version: 3.
|
|
127
|
-
signing_key:
|
|
124
|
+
rubygems_version: 3.6.2
|
|
128
125
|
specification_version: 4
|
|
129
126
|
summary: ONLYOFFICE DocumentServer testing framework
|
|
130
127
|
test_files: []
|