Closed (fixed)
Project:
Drupal.org BDD
Version:
7.x-1.x-dev
Component:
Test needs update
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Jul 2012 at 09:11 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent
Comments
Comment #1
sachin2dhoni commentedHi,
Added the feature file create_issues.feature file for create a new issue.
Please check this and suggest.
Thanks,
Suresh
Comment #2
sachin2dhoni commentedComment #3
sachin2dhoni commentedComment #4
eliza411 commentedPlease review for the pattern of one given, when, and then. I think everything between the first When and the last Then should be an And.
Comment #5
sachin2dhoni commentedI have corrected the pattern as suggested and updated the same.
please check.
Comment #6
eliza411 commentedThis was committed to doobie with some adjustments.
Please review and re-open as needed
http://drupalcode.org/project/doobie.git/commit/323c65f1de
Comment #8
eliza411 commentedI made some adjustments to this to provide a single Given/When/Then in commit 18e31d6
Comment #9
kssundar commentedNeed 7.x update
Comment #10
kssundar commentedUpdated 7.x here - http://drupalcode.org/project/doobie.git/commit/a57c88c
Comment #11
eliza411 commentedThis test is hanging indefinitely at but I can complete all the steps manually.
As far as I know I have the latest version of everything. Does this happen for you and if so, can you look into why?
Comment #12
kssundar commentedFirst run:
Second run:
Third run:
Ran this thrice in a row and could not find any issues with it.
Comment #13
kssundar commentedComment #14
eliza411 commentedIt has to be something on my system. I could run this successfully from bddtest.drupal.org, so I'll work on my system.
I'm satisfied to set this issue to fixed since they're all passing on everyone else's system, including the one that will be running the ci tests.
Comment #15
eliza411 commentedWait, one last question: The second scenario doesn't seem to require javascript - any reason not to use goutte?
Comment #16
kssundar commentedAdded javascript scenario for first scenario - http://drupalcode.org/project/doobie.git/commit/e978eb4
Comment #17
eliza411 commentedGreat, thanks. And with the most recent versions of everything, it's even working on my system.