I renamed your_posts.feature to user_your_posts.feature, updated feature description.
http://drupalcode.org/project/doobie.git/commit/8654c28

1. "You posts" list includes not only issues user created but all other types of content, e.g. book pages, case studies, organization nodes. I think we need to test that those types of content show up in the list as well.

2. I think some of the scenarios are probably missing @dependent tag, please take a look.

3. Can someone clarify what the step "When I move backward one page" does?

Comments

kssundar’s picture

Assigned: Unassigned » kssundar
Issue tags: +user, +sprint 17

Assigning and tagging

3. Can someone clarify what the step "When I move backward one page" does?

When a user navigates to a post and comes back to "Your posts" page, texts like "1 new", "updated" are no longer visible to him. The scenario is written to test the above function. The step "When I move backward one page" takes the user back to "Your posts" page from the issue page.

kssundar’s picture

Case study creation fails because of this issue: #1847692: Unable to upload image when creating node

kssundar’s picture

Status: Active » Needs review
pradeeprkara’s picture

Issue tags: +sprint 18

Create issue and add comment cannot be tested as git7site is broken. As a result, all the scenarios fail at git7site.

Some partial changes have been made to support git7site:

http://drupalcode.org/project/doobie.git/commit/de1d4a4

Renamed: http://drupalcode.org/project/doobie.git/commit/f12c908

eliza411’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs review » Needs work

I'm seeing

  @clean_data
  Scenario: Create a book page and view the same                      # features/drupalorg/user_your_posts.feature:76
    Given I am logged in as "site user"                               # FeatureContext::iAmLoggedInAs()
About to visit:: http://git7site.devdrupal.org/node/add/organization
    When I visit "/node/add/organization"                             # FeatureContext::iVisit()
    And I create a new organization
      Ambiguous match of "I create a new organization":
      to `/^I create a new organization$/` from FeatureContext::iCreateANewOrganization()
      to `/^I create a new organization(?: for "([^"]*)"|)$/` from FeatureContext::iCreateANewOrganizationFor()
    And I see "has been created"                                      # FeatureContext::iSee()
    And I follow "Logged in as site user"                             # FeatureContext::clickLink()
    And I follow "Your Posts"                                         # FeatureContext::clickLink()
    Then I should see the random "Organization name" link             # FeatureContext::iShouldSeeTheRandomLink()
sachin2dhoni’s picture

Assigned: kssundar » sachin2dhoni
Status: Needs work » Needs review
Issue tags: +sprint 19

Resolved the Ambiguous match issue.

Please check the commit log
http://drupalcode.org/project/doobie.git/commit/1022b9d

eliza411’s picture

Status: Needs review » Reviewed & tested by the community

I think these are as ready as they can be, then, until the D7 Drupal.org is ready for feedback.

eliza411’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Tests are updated and failing on broken site functionality. Marking the port fixed.

eliza411’s picture

Issue summary: View changes

.