Related Issues

BDD meta issue #1814560: Community

Problem
The main page text has the read more link above the teaser and is displaying less text. It doesn't seem intentional.

Example page/s:
http://git7site.devdrupal.org/getting-involved

Expected Result (what I should have seen)

http://www.diigo.com/item/image/17mlr/uc9b

Bug Report (what I actually saw)

http://www.diigo.com/item/image/17mlr/7da3

Test output (Steps to reproduce):

 Scenario: Navigate to the Getting Involved page                                     # features/drupalorg/community_getinvolved.feature:7
    Given I am on the homepage                                                        # FeatureContext::thatIAmOnTheHomepage()
    When I follow "Community"                                                         # FeatureContext::clickLink()
    And I follow "Getting Involved"                                                   # FeatureContext::clickLink()
    Then I should see the heading "Getting Involved"                                  # FeatureContext::iShouldSeeTheHeading()
    And I should see the heading "Community Spotlight"                                # FeatureContext::iShouldSeeTheHeading()
    And I should see the heading "Ways to Get Involved"                               # FeatureContext::iShouldSeeTheHeading()
    And I should see "Drupal is an open source project built by a team of volunteers" # FeatureContext::assertPageContainsText()
      The text "Drupal is an open source project built by a team of volunteers" was not found anywhere in the text of the current page.

Comments

eliza411’s picture

Issue summary: View changes

Corrected URL of Git7 screenie

eliza411’s picture

Title: D7 Upgrade QA Bug: Community - Intentional change in language for Getting involved » D7 Upgrade QA Bug: Community - Changes to text adn display on Getting involved

Updating title and adding other issues with this page:

Instead of featuring a single profile, multiple are being displayed. The link at the bottom of the page, View more community spotlights, is missing as well.

Test output

  Scenario: Check display on community spotlight page   # features/drupalorg/community_spotlight.feature:37
    Given I am on "/community"                          # FeatureContext::visit()
    When I follow "Getting Involved"                    # FeatureContext::clickLink()
    And I follow "View more community spotlights"       # FeatureContext::clickLink()
      Link with id|title|alt|text "View more community spotlights" not found.
    Then I should see the heading "Community Spotlight" # FeatureContext::iShouldSeeTheHeading()
    And I should see the community spotlight link       # FeatureContext::iShouldSeeTheForumLink()
    And I should see at least "5" records  
eliza411’s picture

Issue summary: View changes

formatting

sachin2dhoni’s picture

 Scenario: Navigate to the Getting Involved page                                     # features/drupalorg/community_getinvolved.feature:7
    Given I am on the homepage                                                        # FeatureContext::thatIAmOnTheHomepage()
    When I follow "Community"                                                         # FeatureContext::clickLink()
    And I follow "Getting Involved"                                                   # FeatureContext::clickLink()
    Then I should see the heading "Getting Involved"                                  # FeatureContext::iShouldSeeTheHeading()
    And I should see the heading "Community Spotlight"                                # FeatureContext::iShouldSeeTheHeading()
    And I should see the heading "Ways to Get Involved"                               # FeatureContext::iShouldSeeTheHeading()
    And I should see "Drupal is an open source project built by a team of volunteers" # FeatureContext::assertPageContainsText()
      The text "Drupal is an open source project built by a team of volunteers" was not found anywhere in the text of the current page.

The missing text is found when we follow through the read more link.The is fixed in git7.
Please check the commit log:
http://drupalcode.org/project/doobie.git/commit/446fa80
http://drupalcode.org/project/doobie.git/commit/b97b05e

tvn’s picture

Status: Needs review » Closed (fixed)

This page is fixed.

tvn’s picture

Issue summary: View changes

.