ops_manager_ui_drivers 2.13.0 → 2.13.1

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
  SHA1:
3
- metadata.gz: 7a2240a408bae3c45638e2e26f8d7d067dfccc69
4
- data.tar.gz: 6e94f06839f45210816cac9eee4d9929a6fa70de
3
+ metadata.gz: 3eab1de841a33761056e9920246e82b2f7632332
4
+ data.tar.gz: db45a1dafbe2777eea191cec40756977a63b06d1
5
5
  SHA512:
6
- metadata.gz: 5b4d20b1a9a0802e1e9e4e80c540542dbddb7d7d1e6485b695339603979b6cf6c0d3164c4800bc2973dc7e7afe157f8a09592a84edc9dc79714bc750905267e2
7
- data.tar.gz: 3e3ba070720fc3efdce24a23fff5a0716bdd6ac5524221781545b9754419d85b88ee46e1f644019993f56e8c9a3ee4b011bed33da2effd74c6b713e2afd5afaf
6
+ metadata.gz: feeb5ebcc00945296d1eedb02cb367d9d8a3a2cd3a3d9907662c26e83a485b4cf725d291cb7bb589118c8d79235139c1f17b93ff34746f32d2b4c66b6b2ebfda
7
+ data.tar.gz: b47f59b2ac70bbc41f325b010e070be3cdc5292c7640e345340f5d4199de548c3b680e4fd13dc75da81a469bb2e04367f17cdc8a83b99f56a688422d5b5ff797
@@ -1,3 +1,3 @@
1
1
  module OpsManagerUiDrivers
2
- VERSION = '2.13.0'
2
+ VERSION = '2.13.1'
3
3
  end
@@ -57,6 +57,23 @@ module OpsManagerUiDrivers
57
57
  save_form
58
58
  end
59
59
 
60
+ def configure_compilation_resources(instances:, vm_type:)
61
+ browser.visit '/'
62
+ browser.click_on 'show-p-bosh-configure-action'
63
+
64
+ browser.click_on 'show-p-bosh-resource-sizes-action'
65
+
66
+ browser.find("select[name='product_resources_form[compilation][instances]']").
67
+ find("option[value='#{instances}']").
68
+ select_option
69
+
70
+ browser.find("select[name='product_resources_form[compilation][vm_type_id]']").
71
+ find("option[value='#{vm_type}']").
72
+ select_option
73
+
74
+ save_form
75
+ end
76
+
60
77
  def save_form(validate: true)
61
78
  browser.click_on 'Save'
62
79
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ops_manager_ui_drivers
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.13.0
4
+ version: 2.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal, Inc.
@@ -317,4 +317,3 @@ signing_key:
317
317
  specification_version: 4
318
318
  summary: Capybara helpers for configuring Pivotal Ops Manager
319
319
  test_files: []
320
- has_rdoc: