marketplace_employees.feature
http://drupalcode.org/project/doobie.git/commit/aaba992
Moved here tests to check that employees show up on the org pages.
Scenarios in the file should probably create new organization page and use it, because 2bits.com, Inc. can move from the top position in the list and then "Scenario: Following Featured providers organization to check for its listed users" will break.
What this file needs:
1. Check that other texts about employee show up:
- work title
- on Drupal.org for
- Over X edits to documentation
- Contributor to
Comments
Comment #0.0
tvn commented.
Comment #1
sachin2dhoni commentedTried creating a new organization and published it but it is not appearing in the list.
Are there any other settings OR cron job to get it displayed in the organization list?
Comment #2
tvn commentedThere is admin-only field "Services listing", which is set to "Do not list" for all new organization nodes. Admin user needs to change it to "Featured providers".
Comment #3
sachin2dhoni commentedUpdated to 6.x branch with the changes.
http://drupalcode.org/project/doobie.git/commit/4b74dfd and
http://drupalcode.org/project/doobie.git/commit/51fcb5e
In order to verify contributions to a project we need to do the commits to a project.
The above step can be done with the user who have git access.
Please confirm whether to include this step in this feature or not?
Comment #4
tvn commentedProbably feature file in /git folder is a better place. Let's see what eliza411 thinks.
Other scenarios in the file look good.
Comment #5
sachin2dhoni commentedPorted to 7.x
http://drupalcode.org/project/doobie.git/commit/13a3ca3 and
and http://drupalcode.org/project/doobie.git/commit/b6ebca5
Comment #6
eliza411 commentedPlease include the git steps here ... they're part of this feature's value. If commits happen and aren't reflected here, it matters.
Comment #7
sachin2dhoni commentedCurrently unable to initialize repo. Getting this error:
Comment #8
eliza411 commentedI'm currently getting:
Comment #9
sachin2dhoni commentedResolved the above issue.
Please check the commit log
http://drupalcode.org/project/doobie.git/commit/51d5e28
Comment #10
eliza411 commentedGreat, thanks! I'd say we've taken this as far as we can until D7 Drupal.org is ready for feedback.
Comment #11
eliza411 commentedfeatures/drupalorg/marketplace_employees.feature
http://git7site.devdrupal.org/node/add/organization
This marketplace test is failing with the error below if I check either "Request listing in the Drupal Services section or Request listing in the training section.
Notice: Undefined index: classes in field_group_pre_render_prepare() (line 507 of /var/www/git-dev.drupal.org/htdocs/sites/all/modules/field_group/field_group.module).
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2047410' for key 'PRIMARY': INSERT INTO {node} (nid, vid, type, language, title, uid, status, created, changed, comment, promote, sticky, tnid, translate) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8, :db_insert_placeholder_9, :db_insert_placeholder_10, :db_insert_placeholder_11, :db_insert_placeholder_12, :db_insert_placeholder_13); Array ( [:db_insert_placeholder_0] => 2047410 [:db_insert_placeholder_1] => 4560384 [:db_insert_placeholder_2] => organization [:db_insert_placeholder_3] => und [:db_insert_placeholder_4] => 01eC3bu5k6deKA [:db_insert_placeholder_5] => 2651188 [:db_insert_placeholder_6] => 1 [:db_insert_placeholder_7] => 1374723637 [:db_insert_placeholder_8] => 1374723637 [:db_insert_placeholder_9] => 1 [:db_insert_placeholder_10] => 0 [:db_insert_placeholder_11] => 0 [:db_insert_placeholder_12] => 0 [:db_insert_placeholder_13] => 0 ) in drupal_write_record() (line 7136 of /var/www/git-dev.drupal.org/htdocs/includes/common.inc).
Comment #12
tvn commented#2050185: PDOException on node/add/organization form
Comment #13
eliza411 commentedPassing now.
6 scenarios (6 passed)
36 steps (36 passed)
0m33.092s
Comment #14.0
(not verified) commented.