onlyoffice_documentserver_testing_framework 2.19.1 → 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 = 'btn-div']"
|
70
|
+
"#{tooltip_xpath}//div[@class = 'btn-div' or @class = 'close']"
|
71
71
|
end
|
72
72
|
end
|
73
73
|
end
|