onlyoffice_documentserver_testing_framework 2.19.0 → 2.19.2
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: 9c346503700ab991b558c5fb9fdd56a88884e13c104c7d577307a1dc0d92fd7a
|
4
|
+
data.tar.gz: d4363f8fd07235bd1c6573ec1e46043ffb9f6fe8dca54e75a6b629343e7aa461
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dad12325496f3fe344ff4760651333ad7ab91b142655e4b6ec11354a07199a7321b29852b40e1bc4aadaf7edea7a04f2ee2326cd1808f5338e0a3b1db365e64
|
7
|
+
data.tar.gz: 6a578678d5ba0b0b8b39411fb5ca0d36fd2348d8c029f65f51d4a28bdec70224a0b6879a013a6ec07e56e7b610c5e84a6031b2c0b09b44b5328cef14a9f97394
|
@@ -67,7 +67,7 @@ module OnlyofficeDocumentserverTestingFramework
|
|
67
67
|
|
68
68
|
# @return [String] xpath to close button in tooltip
|
69
69
|
def close_tooltip_xpath
|
70
|
-
"#{tooltip_xpath}//div[@class = 'close']"
|
70
|
+
"#{tooltip_xpath}//div[@class = 'btn-div' or @class = 'close']"
|
71
71
|
end
|
72
72
|
end
|
73
73
|
end
|
metadata
CHANGED
@@ -1,14 +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.19.
|
4
|
+
version: 2.19.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ONLYOFFICE
|
8
8
|
- Pavel Lobashov
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: onlyoffice_logger_helper
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
- !ruby/object:Gem::Version
|
122
122
|
version: '0'
|
123
123
|
requirements: []
|
124
|
-
rubygems_version: 3.6.
|
124
|
+
rubygems_version: 3.6.3
|
125
125
|
specification_version: 4
|
126
126
|
summary: ONLYOFFICE DocumentServer testing framework
|
127
127
|
test_files: []
|