kolach-melomel 0.6.5 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,4 +1,7 @@
1
1
 
2
+ v0.6.6
3
+ * added enabled/disabled check for text fields'
4
+
2
5
  v0.6.5
3
6
  * added enabled/disabled check'
4
7
 
@@ -8,7 +8,7 @@ Then /^I should see the "([^"]*)" (button|check box|radio button) (not )?enabled
8
8
  end
9
9
  end
10
10
 
11
- Then /^I should see the "([^"]*)" (combo box|list) (not )?enabled$/ do |name, type, neg|
11
+ Then /^I should see the "([^"]*)" (combo box|list|text field|text area|label) (not )?enabled$/ do |name, type, neg|
12
12
  Melomel::Cucumber.run! do
13
13
  classes = Melomel::Flex.get_component_classes(type)
14
14
  button = Melomel::Cucumber.find_labeled!(classes, name)
@@ -16,4 +16,3 @@ Then /^I should see the "([^"]*)" (combo box|list) (not )?enabled$/ do |name, ty
16
16
  button.enabled.should == neg.nil?
17
17
  end
18
18
  end
19
-
@@ -1,3 +1,3 @@
1
1
  module Melomel
2
- VERSION = "0.6.5"
2
+ VERSION = "0.6.6"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 5
9
- version: 0.6.5
8
+ - 6
9
+ version: 0.6.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ben Johnson, nick chistyakov