Skip to content

Commit b8d2eb4

Browse files
authored
Merge pull request #2075 from usdoj/brockfanning-patch-19
More time in failing test
2 parents a9d7a81 + 6f34291 commit b8d2eb4

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

features/AnnualReport.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Feature: Annual report
4343
And I choose "Requests" from the data type dropdown
4444
And I check the box for the year "2020"
4545
And I hard click on "the View Report button"
46-
And I wait 45 seconds
46+
And I wait 60 seconds
4747
Then I should see "Report Results"
4848
And I should see "Department of Justice"
4949
And I should see "86729"

features/Request.feature

+4-10
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,22 @@ Feature: Request
55
I need to submit FOIA requests
66
So that I can get government information
77

8-
Background:
8+
Scenario: The sections, descriptions, and field labels of the request are visible
99
Given I am on "/request/agency-component/8216158f-8089-431d-b866-dc334e8d4758/"
10-
And I wait 20 seconds
11-
12-
Scenario: The 6 sections of the request are visible
10+
And I wait 30 seconds
1311
Then I should see "Contact information"
1412
And I should see "Your request"
1513
And I should see "Additional information"
1614
And I should see "Fees"
1715
And I should see "Request expedited processing"
1816
And I should see "Review and submit"
19-
20-
Scenario: The section descriptions are visible
21-
Then I should see "This information is needed so the agency knows"
17+
And I should see "This information is needed so the agency knows"
2218
And I should see "The description of the records you are requesting"
2319
And I should see "If you are submitting a request for records"
2420
And I should see "Most FOIA requests do not involve any fees"
2521
And I should see "Agencies generally process requests on a first-in"
2622
And I should see "Please review the information you entered above"
27-
28-
Scenario: The field labels are visible
29-
Then I should see "First name"
23+
And I should see "First name"
3024
And I should see "Last name"
3125
And I should see "Your organization"
3226
And I should see "Email address"

0 commit comments

Comments
 (0)