Skip to content

Commit

Permalink
Merge pull request #1778 from degustaf/master
Browse files Browse the repository at this point in the history
Remove deprecated function from testing example
  • Loading branch information
snoyberg authored Aug 26, 2022
2 parents 337a992 + 7721b65 commit 02a1a56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yesod-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ spec = withApp $ do
addToken -- Add the CSRF _token field with the currently shown value.

-- Lookup field by the text on the labels pointing to them.
byLabel "Email:" "[email protected]"
byLabel "Password:" "secret"
byLabel "Confirm:" "secret"
byLabelExact "Email:" "[email protected]"
byLabelExact "Password:" "secret"
byLabelExact "Confirm:" "secret"

it "Sends another form, this one has a file" $ do
request $ do
Expand Down

0 comments on commit 02a1a56

Please sign in to comment.