When I run bin/behat features/git, I'm seeing two tests that aren't on the spreadsheet, both of which have unimplemented step definitions. I made the spreadsheet based on the tests which existed in git6site, so I'm not sure what the status of these to is after all the file reorganization.

features/git/sandbox_promote.feature

  /**
   * @Given /^I see the project title$/
   */
  public function iSeeTheProjectTitle() {
    throw new PendingException();
  }

features/git/project_nodes_your_project_releases.feature
  /**
   * @When /^I create a "([^"]*)"$/
   */
  public function iCreateA($arg1) {
    throw new PendingException();
  }

Comments

eliza411’s picture

Worth noting, there are 152 .feature files in the 7.x branch and 135 in the 6.x branch. We should track down those 18 additional files, which were probably consolidated into other files in 6.x.

eliza411’s picture

Assigned: Unassigned » kssundar
Status: Active » Needs work

Setting to needs work so it will show up on your radar - let me know if one of you can look into this.

kssundar’s picture

eliza411’s picture

Status: Needs review » Reviewed & tested by the community

What I see here looks good. I removed the last four files in commit 6a6865d97

< /features/project/create_full_projects.feature
34d32
< /features/project/create_sandbox_projects.feature
97d94
< /features/drupalorg/homepage_preference.feature
108d104
< /features/drupalorg/modules.feature

eliza411’s picture

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