ops_manager_ui_drivers 2.5.1 → 2.5.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
  SHA1:
3
- metadata.gz: b1d437a6579db6db6be8ede366c11bee228ef356
4
- data.tar.gz: b5e4d5b437b04655ab23a62840f1a6d338257a6a
3
+ metadata.gz: 8f4a6a08282f079bc1880947d3b7df24f78b5b8d
4
+ data.tar.gz: de73279a1176bbbed0c3210d5caae2aa94c6979f
5
5
  SHA512:
6
- metadata.gz: 026916ac8ec36ebc75a97f1959ab07951395b76048a906c5a109a159ad952899096bcad8f915d5a1358ed46dc2d64ff7ce925e479419b35849dab0537eeb8920
7
- data.tar.gz: d010cfe3ba1d18cf01d921f10688a2b4a5f1dafa476271d28d0f9446db8a603884a2898e7e830f9a594c2b16f110222566db47330a8dd96ddfa05ff72505b089
6
+ metadata.gz: 321e595561223c47f746e603e124d1e077e30ddf9ce78341bf4cd4bb6bb3a9c6386df9b2ba1bd76ed44cfcb34229625063fe95d33ae174c9915ee43a1ed44c03
7
+ data.tar.gz: 9e6e91542685c86c90cace0d4fbef72b8dd95132ab90af1ef7b11836a2ec26a11a5ad93964b8a1fd1ef7faf025e66e03871461a1795c3fba54071eb9bafe60a1
@@ -1,3 +1,3 @@
1
1
  module OpsManagerUiDrivers
2
- VERSION = '2.5.1'
2
+ VERSION = '2.5.2'
3
3
  end
@@ -6,18 +6,20 @@ module OpsManagerUiDrivers
6
6
  @browser = browser
7
7
  end
8
8
 
9
- def switch_to_internal_authentication(user: , password:)
9
+ def switch_to_internal_authentication(user: , password:, decryption_passphrase:)
10
10
  browser.visit '/settings/edit'
11
11
  browser.fill_in 'change_auth_service[admin_user_name]', with: user
12
12
  browser.fill_in 'change_auth_service[admin_password]', with: password
13
13
  browser.fill_in 'change_auth_service[admin_password_confirmation]', with: password
14
+ browser.fill_in 'change_auth_service[decryption_passphrase]', with: decryption_passphrase
14
15
  browser.click_on 'update-auth-service-action'
15
16
  wait_for_availability!
16
17
  end
17
18
 
18
- def switch_to_saml_authentication(idp_metadata:)
19
+ def switch_to_saml_authentication(idp_metadata:, decryption_passphrase:)
19
20
  browser.visit '/settings/edit'
20
21
  browser.fill_in 'change_auth_service[saml_idp_metadata]', with: idp_metadata
22
+ browser.fill_in 'change_auth_service[decryption_passphrase]', with: decryption_passphrase
21
23
  browser.click_on 'update-auth-service-action'
22
24
  wait_for_availability!
23
25
  end
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.5.1
4
+ version: 2.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal, Inc.
@@ -286,7 +286,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
286
286
  version: '0'
287
287
  requirements: []
288
288
  rubyforge_project:
289
- rubygems_version: 2.5.1
289
+ rubygems_version: 2.4.5.1
290
290
  signing_key:
291
291
  specification_version: 4
292
292
  summary: Capybara helpers for configuring Pivotal Ops Manager