<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Rails Forum - Ruby on Rails Help and Discussion Forum - cucumber selecting from nice dropdowns]]></title>
		<link>http://railsforum.com/viewtopic.php?id=49799</link>
		<description><![CDATA[The most recent posts in cucumber selecting from nice dropdowns.]]></description>
		<lastBuildDate>Sat, 15 Sep 2012 13:14:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: cucumber selecting from nice dropdowns]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=155430#p155430</link>
			<description><![CDATA[<p>My guess is that Cucumber isn&#039;t seeing the select list.</p><p>&lt;select id=&quot;schedule_service_id&quot; class=&quot;&quot; name=&quot;schedule[service_id]&quot; <strong>style=&quot;display: none;&quot;</strong>&gt;</p>]]></description>
			<author><![CDATA[dummy@example.com (ToddG)]]></author>
			<pubDate>Sat, 15 Sep 2012 13:14:57 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=155430#p155430</guid>
		</item>
		<item>
			<title><![CDATA[cucumber selecting from nice dropdowns]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=154407#p154407</link>
			<description><![CDATA[<p>i just upgraded my ui with a theme and it has some really nice select boxes but my cucumber decided not to select them anyone. </p><p>cucumber<br /></p><div class="codebox"><pre><code>When /^I fill in the work function select with &quot;(.*?)&quot;$/ do |arg1|
  select(@service.name, :from =&gt; &quot;schedule_service_id&quot;)
end</code></pre></div><br /><p>OLD HTML THAT WOKS <br /></p><div class="codebox"><pre><code>&lt;select id=&quot;schedule_service_id&quot; name=&quot;schedule[service_id]&quot;&gt;
&lt;option value=&quot;&quot;&gt;Please select&lt;/option&gt;
&lt;option value=&quot;1&quot;&gt;paint&lt;/option&gt;
&lt;option value=&quot;2&quot;&gt;clean&lt;/option&gt;
&lt;option value=&quot;3&quot;&gt;ac&lt;/option&gt;
&lt;/select&gt;</code></pre></div><br /><p>NEW HTML NOT WORKING <br /></p><div class="codebox"><pre><code>&lt;span class=&quot;select replacement replacement&quot; tabindex=&quot;0&quot; style=&quot;width:103px&quot;&gt;
&lt;span class=&quot;select-value&quot;&gt;Please select&lt;/span&gt;
&lt;span class=&quot;select-arrow&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;drop-down&quot;&gt;&lt;/span&gt;
&lt;select id=&quot;schedule_service_id&quot; class=&quot;&quot; name=&quot;schedule[service_id]&quot; style=&quot;display: none;&quot;&gt;
&lt;option value=&quot;&quot;&gt;Please select&lt;/option&gt;
&lt;option value=&quot;1&quot;&gt;paint&lt;/option&gt;
&lt;option value=&quot;2&quot;&gt;clean&lt;/option&gt;
&lt;option value=&quot;3&quot;&gt;ac&lt;/option&gt;
&lt;/select&gt;
&lt;/span&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (moiseszaragoza)]]></author>
			<pubDate>Tue, 07 Aug 2012 01:31:20 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=154407#p154407</guid>
		</item>
	</channel>
</rss>
