ops_manager_ui_drivers 1.3.0 → 1.3.1

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: 87f19bd181949b9a0f008df39ef114774730c388
4
- data.tar.gz: da2e48123dfaba61fd34879772d5821a488691b5
3
+ metadata.gz: 157104485fc0833ddbe7a3918d0ec3e20acfd927
4
+ data.tar.gz: 144343943ab02bb675d75839366a6119d218240e
5
5
  SHA512:
6
- metadata.gz: c775aa4bd63750dfacbb2aa32d659333b1141074e4f91d7115efa91158d9b145b137d37c4c1c2bbcda801cd7e017abb1f3d0ce4d772c27e74c6ae4113fb29fb7
7
- data.tar.gz: 35712337809a95758726e82f7326e9756d7aa34f60fe8ac7d3278b7fe5482434b000f75ddabc6aeb30f890af31ab02cc303fa4fd21757bceaa6c8eb983940d15
6
+ metadata.gz: 1c9a2c5a1cbed48579511bb69d8c79b4e6e524843daa2a66570fa94344a3c4f41ddf529070572cc3af73abf7eae4b9dac11e851977d7a15ae4733441f68e6839
7
+ data.tar.gz: adf95c020d6accd30545dcbf98a4c7f16ffbce9430f2d0dd298b9dfbaa92e200cd4e5a6d1fdd4768bfb6b08f199a69e42423a99da4fdf2001ed50b3c3bdaaa39
@@ -1,3 +1,3 @@
1
1
  module OpsManagerUiDrivers
2
- VERSION = '1.3.0'
2
+ VERSION = '1.3.1'
3
3
  end
@@ -51,7 +51,7 @@ module OpsManagerUiDrivers
51
51
  end
52
52
 
53
53
  def wait_for_loading_indicator_to_disappear
54
- Capybara.using_wait_time 10 do
54
+ Capybara.using_wait_time 20 do
55
55
  browser.all('.status-loading', count: 0) # blocks until there are no spinners
56
56
  end
57
57
  end
@@ -51,7 +51,7 @@ module OpsManagerUiDrivers
51
51
  end
52
52
 
53
53
  def wait_for_loading_indicator_to_disappear
54
- Capybara.using_wait_time 10 do
54
+ Capybara.using_wait_time 20 do
55
55
  browser.all('.status-loading', count: 0) # blocks until there are no spinners
56
56
  end
57
57
  end
@@ -51,7 +51,7 @@ module OpsManagerUiDrivers
51
51
  end
52
52
 
53
53
  def wait_for_loading_indicator_to_disappear
54
- Capybara.using_wait_time 10 do
54
+ Capybara.using_wait_time 20 do
55
55
  browser.all('.status-loading', count: 0) # blocks until there are no spinners
56
56
  end
57
57
  end
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.3.0
4
+ version: 1.3.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: 2015-09-04 00:00:00.000000000 Z
11
+ date: 2015-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara