ops_manager_ui_drivers 2.0.3 → 2.0.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d948d6f2059c173cd1889db07d461773cc837ee6
|
4
|
+
data.tar.gz: 8eeaf93c430aeccb57bf68914454f06d2e7a6fd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 334393ea209c7ba58502a351e1d4ef71b644847a3c572858dfb8c08fb9fcf88c0c96ea80426d4639fd390ed8cfe592f9716d558e95eaaf4ece71da510692f734
|
7
|
+
data.tar.gz: e5f3033c8b301e73a3696a9b35c8fd1655346c387ce1b9ed9e498a10bec40d0bc61db5904826cc0ad7f2e6b317501e9f93d687f47c286baef31178aa2e1eb21c
|
@@ -10,7 +10,9 @@ module OpsManagerUiDrivers
|
|
10
10
|
browser.attach_file 'import[file]', file_path
|
11
11
|
browser.click_on 'Import'
|
12
12
|
|
13
|
-
browser.poll_up_to_times(
|
13
|
+
browser.poll_up_to_times(40) do
|
14
|
+
fail Capybara::ExpectationNotMet unless browser.current_path == '/uaa/login' || browser.current_path == '/'
|
15
|
+
end
|
14
16
|
end
|
15
17
|
|
16
18
|
def setup_and_login(user:, password:, decryption_passphrase: password)
|
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: 2.0.
|
4
|
+
version: 2.0.4
|
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-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|