ops_manager_ui_drivers 1.28.0 → 1.28.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c3e8d80d40f40160008003661e7fc4400a01219
|
|
4
|
+
data.tar.gz: 567ed168615445d58b2bb3858ddf284811e0a411
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a708509d0dba808050ab24fe95247eb2dcd75eb6f0cd7a6433cb4e850f3252fa991304f4b3d4f8a5cde5c0aa0087f0deb0aebd594bb2b37a9932ef569761e38
|
|
7
|
+
data.tar.gz: cf6905feda4cf9cb3e0d7bc17a2d15b5cc7ca2fdda1f41136f3d3a9b23728fd7bb3621c5501be140307ec83b47bb01742e8386d70b0cc24d2b18c74c24a63bdb
|
|
@@ -43,7 +43,8 @@ module OpsManagerUiDrivers
|
|
|
43
43
|
def import_product_from(full_path)
|
|
44
44
|
open_dashboard
|
|
45
45
|
browser.attach_file('component_add[file]', full_path, {visible: false})
|
|
46
|
-
|
|
46
|
+
|
|
47
|
+
browser.expect(browser.page).to browser.have_text('Successfully added product')
|
|
47
48
|
end
|
|
48
49
|
|
|
49
50
|
def product_available?(product_name, product_version)
|
|
@@ -8,6 +8,7 @@ module OpsManagerUiDrivers
|
|
|
8
8
|
browser.click_on 'toggle-installation-dropdown-action'
|
|
9
9
|
browser.click_on 'show-settings'
|
|
10
10
|
browser.click_on 'close-warning'
|
|
11
|
+
browser.expect(browser.page).to_not browser.have_selector('#close-warning', visible: true)
|
|
11
12
|
browser.attach_file 'import[file]', file_path
|
|
12
13
|
browser.click_on 'import-settings'
|
|
13
14
|
browser.poll_up_to_times(20) { browser.assert_text('Successfully imported installation.') }
|
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.28.
|
|
4
|
+
version: 1.28.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: 2016-01-
|
|
11
|
+
date: 2016-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -310,7 +310,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
310
310
|
version: '0'
|
|
311
311
|
requirements: []
|
|
312
312
|
rubyforge_project:
|
|
313
|
-
rubygems_version: 2.
|
|
313
|
+
rubygems_version: 2.5.1
|
|
314
314
|
signing_key:
|
|
315
315
|
specification_version: 4
|
|
316
316
|
summary: Capybara helpers for configuring Pivotal Ops Manager
|