We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given a paper When a user visits the paper's edit page Then the page should render
Got ActionView::MissingTemplate: Missing template papers/edit, application/edit with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
Estimated progress: 84% complete
The text was updated successfully, but these errors were encountered:
failed test for #26
1d57c13
added view for paper edit, solved #26
1755d9c
Sorry, it's not working for me yet:
Given a paper When a user visits the paper's edit page And changes venue to 'Mind 49' Then no error should occour
Got Capybara::ElementNotFound: Unable to find field "paper_venue"
If you have problems solving this task, please don't hesitate to contact the teaching team!
Sorry, something went wrong.
added edit behavior and test for papers, solved #26
b8d0d17
No branches or pull requests
Scenario
Given a paper
When a user visits the paper's edit page
Then the page should render
Error
Estimated progress: 84% complete
The text was updated successfully, but these errors were encountered: