You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a paper with one author
And another author called 'Peter Plagiarist'
When a user visits the paper's edit page
And the selects 'Peter Plagiarist' as first author
And submits the form
Then 'Peter Plagiarist' should be author of the paper
Hints
Make sure that you have "permitted" the parameters for passing the author ids to the paper controller (function paper_params) using :author_ids => [].
last_name: "turing",
homepage: "http://wikipedia.de/alan_turing",
created_at: thu, 09 nov 2017 22:31:08 utc +00:00,
updated_at: thu, 09 nov 2017 22:31:08 utc +00:00>]
Estimated progress: 94% complete
The text was updated successfully, but these errors were encountered:
Scenario
Given a paper with one author
And another author called 'Peter Plagiarist'
When a user visits the paper's edit page
And the selects 'Peter Plagiarist' as first author
And submits the form
Then 'Peter Plagiarist' should be author of the paper
Hints
Make sure that you have "permitted" the parameters for passing the author ids to the paper controller (function
paper_params
) using:author_ids => []
.Error
+[#<author:0x000000036e9080
homepage: "http://wikipedia.de/alan_turing",
created_at: thu, 09 nov 2017 22:31:08 utc +00:00,
updated_at: thu, 09 nov 2017 22:31:08 utc +00:00>]
Estimated progress: 94% complete
The text was updated successfully, but these errors were encountered: