<  February 2010   >
Su Mo Tu We Th Fr Sa
    1  2  3  4  5  6
 7  8  9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28
00:57 SiaCo joined
01:26 paulca joined
01:44 danlucraft1 joined
02:00 paulca joined
02:00 FabianB joined
02:06 ashley_moran joined
02:07 huh joined
02:22 paulca joined
02:32 josephwilk joined
02:54 jeanmartin joined
02:56 FatbarStewart joined
02:56 <FatbarStewart> hi all
03:05 <FatbarStewart> having some trouble with cucumber test
03:05 <FatbarStewart> using within(cssSelector)
03:05 <FatbarStewart> and it's not finding what I'm after
03:06 <FatbarStewart> but it's there in the page
03:18 <FatbarStewart> i guess I'm wondering whether there are any caveats with #within
03:18 <FatbarStewart> i assume it can take a css selector that returns multiple elements
03:19 benlovell joined
03:19 <FatbarStewart> and will check against all those elements?
03:34 alberto_pm joined
03:36 <FatbarStewart> so if I expect to se "hello" within "td", it should pass if I have a td containing "hello" anywhere in the page?
03:56 paulca joined
04:09 FatbarStewart left
04:13 xanderbeedle joined
04:34 danlucraft1 joined
04:51 fearoffish joined
04:51 svenfuchs joined
05:12 jasherai joined
05:14 hoeru joined
06:01 chalkers joined
06:01 <chalkers> Hey guys - I am having problems unselecting a multiselect
06:01 <chalkers> It's just not doing it
06:03 <chalkers> http://gist.github.com/298116
06:03 <chalkers> Any pointers?
06:06 benlovell joined
06:21 benlovell joined
06:22 anteaya joined
06:41 mattwynne joined
07:06 pdelgallego joined
07:23 linoj joined
07:24 mjw2 joined
07:32 GitHub50 joined
07:32 <GitHub50> cuke4duke: 07master 03Aslak Hellesøy * 2c141c9 (3 files in 3 dirs): Make it clearer that we ignore errors. Push Scala up.
07:32 <GitHub50> cuke4duke: 07master 03Aslak Hellesøy * 820dd84 (0 files in 0 dirs): Added a failing feature for #61.
07:32 <GitHub50> cuke4duke: 07master 03Jon-Anders Teigen * aabb53a (6 files in 5 dirs): issue #61 - support for tables and multiline strings ...
07:32 <GitHub50> cuke4duke: 07master 03Aslak Hellesøy * 8be9be4 (6 files in 5 dirs): Merge
07:32 <GitHub50> cuke4duke: 07master 03Aslak Hellesøy * 336ca65 (1 files in 1 dirs): Attribution. Closes #61
07:32 GitHub104 joined
07:32 <GitHub50> cuke4duke: 07master commits 4f55db3...336ca65 - http://bit.ly/a8C0CK
07:32 GitHub50 left
07:32 <GitHub104> cuke4duke: 0761-multiline-scala 03Jon-Anders Teigen * aabb53a (6 files in 5 dirs): issue #61 - support for tables and multiline strings ...
07:32 <GitHub104> cuke4duke: 0761-multiline-scala 03Aslak Hellesøy * 8be9be4 (6 files in 5 dirs): Merge
07:32 <GitHub104> cuke4duke: 0761-multiline-scala commits 820dd84...8be9be4 - http://bit.ly/dobjUA
07:32 GitHub104 left
07:35 jhenderson joined
07:47 ekidd joined
08:17 lectrick joined
08:17 <lectrick> I'm sure others have run into this circumstance before. What is the best way to handle repeating controls all with the same name, when trying to get Cucumber to "press" the right one, such as a series of "Add" buttons?
08:30 bdimcheff joined
08:36 emmanueloga joined
08:36 emmanuel_oga joined
08:53 dfr|work joined
08:56 charleyb joined
08:59 dfr|work joined
09:06 altogether joined
09:09 <lectrick> The answer to my question is, add an ID or name attribute to the element and "press" based on that, although if it's not a user-friendly value the feature doesn't read easy.
09:09 <lectrick> (i looked through the webrat source)
09:18 ghnatiuk joined
09:32 hoeru joined
10:02 bdimcheff_ joined
10:12 kschrader joined
10:51 superguenter joined
10:58 raidfive joined
11:08 GitHub163 joined
11:08 <GitHub163> cuke4duke: 07master 03Yves Senn * 019b6fe (3 files in 3 dirs): support Cucumber::Ast::Table#map_columns! and map_headers!
11:08 <GitHub163> cuke4duke: 07master 03Aslak Hellesøy * 019a5a7 (4 files in 4 dirs): Align new table API more with native Ruby Cucumber
11:08 <GitHub163> cuke4duke: 07master 03Aslak Hellesøy * 090440e (10 files in 8 dirs): Merge branch 'master' into senny/table_converters
11:08 <GitHub163> cuke4duke: 07master 03Aslak Hellesøy * a3c9352 (1 files in 1 dirs): Attribution. Closes #60.
11:08 <GitHub163> cuke4duke: 07master commits 336ca65...a3c9352 - http://bit.ly/aytpsF
11:08 GitHub163 left
11:26 ashley_moran joined
11:30 paulca joined
11:41 mabes joined
11:49 lectrick joined
11:55 superpuppy joined
12:04 ssmithstone joined
12:05 <ssmithstone> any one available to help me getting selenium-webdriver working on os when using capybara and the @selenium tag in my scenario, at the minute the terminal just stays there
12:09 TheDelChop joined
12:10 <TheDelChop> Can someone explain to me how to get cucumver to output JUnit like results? If I run rake cucumber -f junit --out features I get nothing
12:10 emmanueloga joined
12:12 <SynrG> i get a bunch of .xml files output in features
12:12 <SynrG> when i do that
12:12 <TheDelChop> really?
12:13 <TheDelChop> what version of cucumber? In your RAILS_ROOT dir?
12:13 <SynrG> 0.6.2
12:13 <SynrG> non-rails project, so RAILS_ROOT is irrelevant
12:13 <TheDelChop> hmm odd my just returns
12:14 <TheDelChop> what version of ruby?
12:15 <SynrG> 1.8.7
12:15 <TheDelChop> hmmmm im at 1.9.1 I wonder if that's the issue
12:17 <SynrG> run cucumber's own feature
12:17 <SynrG> cucumber features/junit_formatter.feature
12:17 <SynrG> i get:
12:17 <SynrG> 5 scenarios (5 passed)
12:17 <SynrG> 26 steps (26 passed)
12:18 <TheDelChop> k hold on one sec
12:18 <SynrG> i had to copy the tree to /tmp, as it needs write permission wherever you run it
12:20 <SynrG> (my cucumber gem was installed as root, system-wide, and i don't like to run stuff as root, especially since it writes files)
12:22 <TheDelChop> running it now
12:22 <TheDelChop> I get a "jeweler" gem missing
12:22 <SynrG> yah. to get everything to run, i had to install a bunch more gems
12:23 <TheDelChop> hmmmm alrigth, I'm also getting failures in that feature
12:23 <SynrG> most of the ones on this list:
12:23 <TheDelChop> question though, when I run that feature should I be running "rake cucumber features/junit_formatter.feature" or something else?
12:23 <SynrG> http://paste.debian.net/59180/
12:23 <SynrG> i kept installing gems until all of cucumber's features ran clean
12:24 <TheDelChop> 130 scenarios (8 failed, 122 passed) 663 steps (8 failed, 28 skipped, 627 passed) 1m35.903s
12:24 <SynrG> rake? ah, dunno. i just ran 'cucumber features/junit_formatter.feature' for the one feature
12:24 <TheDelChop> did you have cucumber in your PATH then?
12:24 <SynrG> yes
12:25 <SynrG> /var/lib/gems/1.8/bin is in my path
12:25 <SynrG> PATH
12:25 <TheDelChop> ahh maybe that's my problem then...
12:28 j2sentient joined
12:30 ghnatiuk left
12:31 <TheDelChop> Ok there we go 5 scenarios (5 passed) 26 steps (26 passed)
12:33 <TheDelChop> nice that worked, thank you very much
12:34 <SynrG> good
12:41 paulca joined
12:47 werdnativ joined
12:49 josephwilk joined
13:00 superpuppy joined
13:16 FFighter joined
13:16 <FFighter> Hello
13:16 <FFighter> I'm trying to run the selenium_webrat example feature
13:17 <FFighter> but I'm getting the following error: http://pastie.org/815156
13:17 <FFighter> any ideas?
13:18 <FFighter> "S
13:18 <FFighter> :S
13:19 josephwi_ joined
13:26 MarkMenard joined
14:16 mjw2_ joined
14:17 altogether joined
14:18 ghnatiuk joined
14:44 pdelgallego joined
15:08 ozgun joined
15:22 chalkers joined
15:29 beilabs joined
15:32 FFighter joined
15:35 svenfuchs joined
15:48 ekidd joined
16:01 ghnatiuk left
16:10 chalkers joined
16:37 kschrader_ joined
16:57 chalkers joined
17:04 Adkron joined
17:06 kschrader joined
17:30 <chalkers> Hey guys - I am having problems unselecting a multiselect - It's just not doing it - http://gist.github.com/298116
17:32 kschrader joined
17:54 mabes joined
17:56 joe_ joined
18:03 jhchabran joined
18:26 kschrader joined
18:33 camonz joined
18:43 mnoble joined
18:44 mnoble joined
18:56 urbanmonk joined
19:06 raidfive joined
19:39 xanderbeedle joined
19:40 <xanderbeedle> Hi everyone. I'm trying to load up some example text that I stored in my features/support folder, during a cucumber run. Any idea how?
19:40 <xanderbeedle> It's in a text file under features/support
20:16 chriseppstein joined
20:16 <chriseppstein> Curious: where did rails/world go?
20:18 <chriseppstein> We're bumping to 0.5.0 for this release since all of the Rails code has now moved to a new gem - cucumber-rails.
20:18 <chriseppstein> k
20:46 chriseppstein joined
21:36 RobotDeathSquad joined
21:44 anathematic joined
22:31 mabes joined
22:48 chriseppstein joined
23:29 chriseppstein_ joined
23:30 altogether joined
23:59 SiaCo joined