Merge pull request #1778 from degustaf/master
Remove deprecated function from testing example
This commit is contained in:
commit
02a1a56dd7
@ -42,9 +42,9 @@ spec = withApp $ do
|
|||||||
addToken -- Add the CSRF _token field with the currently shown value.
|
addToken -- Add the CSRF _token field with the currently shown value.
|
||||||
|
|
||||||
-- Lookup field by the text on the labels pointing to them.
|
-- Lookup field by the text on the labels pointing to them.
|
||||||
byLabel "Email:" "gustavo@cerati.com"
|
byLabelExact "Email:" "gustavo@cerati.com"
|
||||||
byLabel "Password:" "secret"
|
byLabelExact "Password:" "secret"
|
||||||
byLabel "Confirm:" "secret"
|
byLabelExact "Confirm:" "secret"
|
||||||
|
|
||||||
it "Sends another form, this one has a file" $ do
|
it "Sends another form, this one has a file" $ do
|
||||||
request $ do
|
request $ do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user