onlyoffice_documentserver_testing_framework 2.11.0 → 2.12.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: 55a2459e9a085a04258ca443ebf12015c9172da446bc02f66b23412ff5c0f73d
4
- data.tar.gz: afb457e1bbd206f22eac136925ae60db2ef15bb66f827fce604d21c5318f58a9
3
+ metadata.gz: 2e3bf6bd9f394d852e203b95428089f45d1f4c0c4943a4a985ed9344e80eee98
4
+ data.tar.gz: b4f3282860c6a2a41b7cc71cf2474077fe9b32867013d994bd4a9d63ac36a049
5
5
  SHA512:
6
- metadata.gz: b75a9dbf49c2e1dbc50c534e8ae6dcabfa208f6b2f7997e226ecd361c7437c2afc534b1b4a30c675f3a2887139c515fa9f46218a5b4194260ac1b192239dabc4
7
- data.tar.gz: cfe0e6f4783d8e5f3b141d680b5d626909a9129795016990d8a86e639afe73c49a46694bec278eb1cf70fc51312be7e13eeb18cd3c69d0a9aa5a94fc15a45e53
6
+ metadata.gz: f21ce4720de8c66ffa5bc1d0cf10a9c438a59b0a8b284e0cd34f22349a0297250818848f2e530ec25a50509c31e9ad9b8553e25a96ceff74a78815068c2cc5c2
7
+ data.tar.gz: 6271bfc95ff0a81e9ed3587fadc7cd68dd7b9c82bab892b5a9642af3df9dcaab449148e41f3839f164b55215040a85dbed17ee9830c68914e2431c62649b62ef
@@ -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
 
@@ -4,6 +4,6 @@ module OnlyofficeDocumentserverTestingFramework
4
4
  # Module to hold version of Gem
5
5
  module Version
6
6
  # [String] version of gem
7
- STRING = '2.11.0'
7
+ STRING = '2.12.0'
8
8
  end
9
9
  end
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.11.0
4
+ version: 2.12.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-08-19 00:00:00.000000000 Z
12
+ date: 2022-08-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: onlyoffice_logger_helper