ops_manager_ui_drivers 2.1.1 → 2.1.2
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: 82219b67f63268c03d45c546c5738d71f5601cbe
|
|
4
|
+
data.tar.gz: d2554a338d00b0958aee09e27fb6e7081a8e1f6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73f9858ccce64fc1af343ef50d1ae120200f6e040f6adee6ce6389eb60b3543615279df659206964a95f915244c1c0376381cf81cc4492d5e981782377450063
|
|
7
|
+
data.tar.gz: e64f7171c2ec030814517ba92f25d128641a64500ce546da24fc8b4dee66714d297ab20cddbaaa2bceda8e34612049dfabb380a8f2605c884e63e74dcbf12ce6
|
|
@@ -11,6 +11,9 @@ module OpsManagerUiDrivers
|
|
|
11
11
|
browser.click_on 'Import'
|
|
12
12
|
|
|
13
13
|
browser.poll_up_to_mins(2) do
|
|
14
|
+
if browser.current_path == '/import/notes'
|
|
15
|
+
browser.click_on 'Continue'
|
|
16
|
+
end
|
|
14
17
|
fail Capybara::ExpectationNotMet unless browser.current_path == '/uaa/login' || browser.current_path == '/'
|
|
15
18
|
end
|
|
16
19
|
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.1.
|
|
4
|
+
version: 2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pivotal, Inc.
|
|
@@ -298,7 +298,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
298
298
|
version: '0'
|
|
299
299
|
requirements: []
|
|
300
300
|
rubyforge_project:
|
|
301
|
-
rubygems_version: 2.5.1
|
|
301
|
+
rubygems_version: 2.4.5.1
|
|
302
302
|
signing_key:
|
|
303
303
|
specification_version: 4
|
|
304
304
|
summary: Capybara helpers for configuring Pivotal Ops Manager
|