-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
管理者だけでなくメンターもプラクティスの編集をできるように変更 #3132
Conversation
@gentamura |
@makiichikawa [nits] 要件外ですが、同じ領域の部分なので、 bootcamp/app/views/practices/show.html.slim Lines 138 to 155 in fa03f73
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM w/ nits 👌
@gentamura @komagata |
test/system/practices_test.rb
Outdated
click_button '更新する' | ||
end | ||
assert_text 'プラクティスを更新しました' | ||
visit "/products/#{product.id}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
最後のassertの後にvisitでページ移動しても意味ないかも?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
プラクティスのページをvisitして、タイトルが更新されているか確認するように変更しました。
お手数をおかけしますが、再度確認お願いいたします🙇🏼♂️
f0de612
to
f7aca81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認漏れていて申し訳ないです。確認しました、OKですー🙆♂️
ref #3052
メンターがプラクティスを修正できるように対応いたしました。
対応内容
変更前
変更後