Merge pull request #1778 from degustaf/master

Remove deprecated function from testing example
This commit is contained in:
Michael Snoyman 2022-08-26 05:59:57 +03:00 committed by GitHub
commit 02a1a56dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:" "gustavo@cerati.com"
byLabel "Password:" "secret"
byLabel "Confirm:" "secret"
byLabelExact "Email:" "gustavo@cerati.com"
byLabelExact "Password:" "secret"
byLabelExact "Confirm:" "secret"
it "Sends another form, this one has a file" $ do
request $ do