mediawiki_selenium 0.2.21 → 0.2.22

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: 456b7dbbc9c3f4d2fbe15e5107172a9db598c583
4
- data.tar.gz: 0ecdeb7a6f1fc56546be07eb031858fc71b6b6f0
3
+ metadata.gz: 32dd62cb855c9769e494da9e969dad283181eb79
4
+ data.tar.gz: 340accb71eae572294137f752817c53434338b9b
5
5
  SHA512:
6
- metadata.gz: c63f9ee85dba4af933de9d4bff6617b59787e6157f8b3fa6d99d56f6d1479130e2d28a8cb7f645383cf64f9e3d800683aa04779bed8ca9052ae7916b81851e29
7
- data.tar.gz: 25c97914da029257ec9bd933cda063db1ac3e459518470dc47454c3971fea961cf8e692aadbb4a02fa5f5048cbe7a70a1caf623fbf3b10f865cd0a78ebb84da0
6
+ metadata.gz: c2ccbb8f291a44ed092287490db5dff1d35d35d81ba2861d13901f31af2ccfd4975143b85b61e95c1adf7200ab7ecddd1c60fe9fcde55c18c6ca898142b6691d
7
+ data.tar.gz: af7f767b3610453bca9d0b6280eaf7df7e9298b2a3bade09a3ebf6ed652bc74307a7a9c5b529648c00ab991709ba9e1e3f0ac541bf76dc331dfabcab0196e9da
@@ -136,9 +136,9 @@ def set_cookie(browser)
136
136
  end
137
137
  def test_name(scenario)
138
138
  if scenario.respond_to? :feature
139
- "#{scenario.feature.name}: #{scenario.name}"
139
+ "#{scenario.feature.title}: #{scenario.title}"
140
140
  elsif scenario.respond_to? :scenario_outline
141
- "#{scenario.scenario_outline.feature.name}: #{scenario.scenario_outline.name}: #{scenario.name}"
141
+ "#{scenario.scenario_outline.feature.title}: #{scenario.scenario_outline.title}: #{scenario.name}"
142
142
  end
143
143
  end
144
144
 
@@ -10,5 +10,5 @@ https://git.wikimedia.org/blob/mediawiki%2Fselenium/HEAD/CREDITS.
10
10
  =end
11
11
 
12
12
  module MediawikiSelenium
13
- VERSION = "0.2.21"
13
+ VERSION = "0.2.22"
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mediawiki_selenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.21
4
+ version: 0.2.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris McMahon
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-04-22 00:00:00.000000000 Z
15
+ date: 2014-04-23 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: cucumber