-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1597 from usdoj/release-7.14.0
Release 7.14.0
- Loading branch information
Showing
23 changed files
with
480 additions
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@cfocommittee | ||
Feature: Committee on Cross-Agency Collaboration and Innovation | ||
|
||
As site visitor | ||
I need to make sure the Committee API from Drupal admin is working | ||
So that I can make sure there is at least one Working Group | ||
|
||
Background: | ||
Given I am on "/chief-foia-officers-council/committee/cross-agency-collaboration-innovation" | ||
And I wait 20 seconds | ||
|
||
Scenario: The headers are visible | ||
Then I should see "Committee on Cross-Agency Collaboration and Innovation" | ||
And I should see "Working Groups" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@cfooverview | ||
Feature: Chief FOIA Officers Council | ||
|
||
As site visitor | ||
I need to make sure the Chief FOIA Officers Council data is being pulled from drupal | ||
So that I can make sure there is at least one item in past meetings | ||
|
||
Background: | ||
Given I am on "/chief-foia-officers-council/" | ||
And I wait 25 seconds | ||
|
||
Scenario: The headers are visible | ||
Then I should see "Chief FOIA Officers Council" | ||
And I should see "PAST MEETINGS:" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@cfotech | ||
Feature: Technology Committee | ||
|
||
As site visitor | ||
I need to make sure the data from the Drupal admin is working | ||
So that I can view the content and accordion | ||
|
||
Background: | ||
Given I am on "/chief-foia-officers-council/committee/technology-committee" | ||
And I wait 10 seconds | ||
|
||
Scenario: The headers are visible | ||
Then I should see "Technology Committee" | ||
And I should see "Working Groups" | ||
And I should see "Inactive Working Groups" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.