@@ -5,28 +5,22 @@ Feature: Request
5
5
I need to submit FOIA requests
6
6
So that I can get government information
7
7
8
- Background :
8
+ Scenario : The sections, descriptions, and field labels of the request are visible
9
9
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
13
11
Then I should see "Contact information"
14
12
And I should see "Your request"
15
13
And I should see "Additional information"
16
14
And I should see "Fees"
17
15
And I should see "Request expedited processing"
18
16
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"
22
18
And I should see "The description of the records you are requesting"
23
19
And I should see "If you are submitting a request for records"
24
20
And I should see "Most FOIA requests do not involve any fees"
25
21
And I should see "Agencies generally process requests on a first-in"
26
22
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"
30
24
And I should see "Last name"
31
25
And I should see "Your organization"
32
26
And I should see "Email address"
0 commit comments