Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Update feature test with new file size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Fliri committed Aug 21, 2013
1 parent 03929bb commit 4e05bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/write_api/upload_validation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Feature: csv upload validation
and the platform should have "0" items stored in "foo"

Scenario: file too large
Given a file named "data.csv" of size "100000" bytes
Given a file named "data.csv" of size "1000000" bytes
and I am logged in
when I go to "/foo/upload"
and I enter "data.csv" into the file upload field
Expand Down

0 comments on commit 4e05bb7

Please sign in to comment.