-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SRCH-2387 Reduce bulk upload maximum size (#756)
- Loading branch information
1 parent
82f0782
commit be8251c
Showing
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Feature: Bulk Search.gov URL Upload | |
Given I am logged in with email "[email protected]" | ||
When I go to the bulk url upload admin page | ||
Then I should see "Bulk URL Upload" | ||
And I should see "The maximum file size is 10 MB" | ||
And I should see "The maximum file size is 4 MB" | ||
|
||
When I attach the file "features/support/bulk_upload_urls.txt" to "bulk_upload_urls" | ||
And I press "Upload" | ||
|