Closed (fixed)
Project:
[Archive] Drupal.org D7 upgrade QA
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Oct 2012 at 18:49 UTC
Updated:
20 Jul 2013 at 20:40 UTC
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
http://www.diigo.com/item/image/17mlr/uc9b
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
Comment #0.0
eliza411 commentedCorrected URL of Git7 screenie
Comment #1
eliza411 commentedUpdating 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
Comment #1.0
eliza411 commentedformatting
Comment #2
sachin2dhoni commentedThe 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
Comment #3
tvn commentedThis page is fixed.
Comment #3.0
tvn commented.