ops_manager_ui_drivers 1.26.0 → 1.26.1

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
  SHA1:
3
- metadata.gz: 3fbf55c7d2b26f99b7758e87f7407a9a5364506e
4
- data.tar.gz: 57bbec2b0041dc64805b51b900e63071148d8c24
3
+ metadata.gz: 198b74217e39dbeea952d68de87722c3a931cd7b
4
+ data.tar.gz: 994d5da44cae05ade6e86f233fbf7f2c104c367b
5
5
  SHA512:
6
- metadata.gz: abaa14b6497af6519629184278480910760fe15b4966675b6bf02a5d099b4f0c9dfdede8af6ab63e3c2ab40005929818287d6f1ae2258d3d7f53cc3d5f3fb6d7
7
- data.tar.gz: 412234bc420a29cab66bc4060c75c4c880c7c5e8ae406bb56d007c5ebe2d36d183e356fdc0c2dc4d85021c7328fd90a5535471e5c55eb449107d6f87ec8ba795
6
+ metadata.gz: 4cf4a2364666c85b9d3f6e099fbd6150bdbbe7737a66ea26a2fa1851596a149cea82ec6982fc0c8cdbaa0769ebcb13dc04c5d60c44051fe85dc08c888ebc3040
7
+ data.tar.gz: d81f34948f38dc7d9422f57aab74e13f09525c21bbd749f89994714f4d754933e793297b42a02b0fc680a455550cc33edad6a38861509758b500d27c4f2c60a5
@@ -1,3 +1,3 @@
1
1
  module OpsManagerUiDrivers
2
- VERSION = '1.26.0'
2
+ VERSION = '1.26.1'
3
3
  end
@@ -3,6 +3,11 @@ require 'ops_manager_ui_drivers/version16/product_dashboard'
3
3
  module OpsManagerUiDrivers
4
4
  module Version17
5
5
  class ProductDashboard < Version16::ProductDashboard
6
+ def product_available?(product_name, product_version)
7
+ open_dashboard
8
+ browser.all("li.#{product_name} input#product_version[value='#{product_version}']", {visible: false}).any?
9
+ end
10
+
6
11
  def delete_unused_products
7
12
  open_dashboard
8
13
  @browser.find('a#delete_unused_products').trigger('click')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ops_manager_ui_drivers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal, Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-17 00:00:00.000000000 Z
11
+ date: 2015-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport