Closed (fixed)
Project:
Drupal.org BDD
Version:
7.x-1.x-dev
Component:
Test needs update
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Sep 2012 at 04:13 UTC
Updated:
18 Jul 2013 at 03:37 UTC
Scenario: For verifying the pagination links: First page # features/project/project_search.feature:113
And I should see the following <links> # FeatureContext::iShouldSeeTheFollowingLinks()
| links |
| next |
| last |
| 1 |
| 2 |
The link '1' was not found
And I should not see the link "first" It looks like the exception text could be more descriptive, too although I'm not sure about that - seems like all the links weren't found.
Comments
Comment #1
sachin2dhoni commentedWhen I run this feature for the first time it got timed out and when i ran the feature for 3 times i did not get any time out ! and i could see all passed cases as well.
Modified the feature file with minor change for better redability.
Please check the commit log:
d2f5460
Comment #3
eliza411 commentedThis still fails for me with no timeouts.
Comment #4
sachin2dhoni commentedUpdated to the dev branch with the fixes.
Please check the commit log: ce9cee5
Comment #5
sachin2dhoni commentedTagging
Comment #7
eliza411 commentedLooks ready for code review.
If jhedstrom doesn't have any ideas about what to do with the .htaccess reauth this page causes, we should assign this to sdboyer and ensure that the @ci tests will be allowed access to the test site by IP address, maybe. It should also be tagged in a meaningful way so that if the tests continue to require manual auth for .htaccess they can be easily excluded.
Comment #8
eliza411 commentedAssigning to sdboyer for feedback
Comment #9
sachin2dhoni commentedComment #10
sachin2dhoni commentedThe issue mentioned in comment #9 is due to running the old copy of the feature.
I have updated the latest file in the path drupalorg/project_search.feature instead of placing it "project/".So I have moved the updated file under "project/".
Please check the commit log:017e31b
Comment #11
eliza411 commentedI still get failure on step 22 because of the prompt for .htaccess. I tagged that scenario, and sdboyer has whitelisted the CI server. We can choose to run these tests or not based on the tag, and I'll be testing later today whether they're successful as they should be from the bddtest server.
Comment #12
eliza411 commentedupdating title
Comment #13
sachin2dhoni commentedComment #14
eliza411 commentedproject_search is now issue_search, is that correct? I've update the title accordingly. If I'm wrong, lets make sure this issue is about just one test :)
Comment #15
sachin2dhoni commentedYes it is issues_search instead of issue_search.
Please check the commit log for reference.
http://drupalcode.org/project/doobie.git/commit/b7e28fa
Comment #16
sachin2dhoni commentedTagging
Comment #17
eliza411 commentedLooks good. I double checked that all scenarios affected by .htaccess are marked.
Comment #18
kssundar commentedNeed 7.x update
Comment #19
kssundar commentedUpdated 7.x branch - http://drupalcode.org/project/doobie.git/commit/8b86a7f
Comment #20
eliza411 commentedThis is as good as we can get this until D7 Drupal.org is ready for feedback.
I've removed the @htaccess tag since git7 is no longer reprompting for authentication.
Comment #21
eliza411 commentedComment #21.0
eliza411 commented.