-
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
Q&Aを削除する際に表示する確認ダイアログの文言を変更 #4981
Q&Aを削除する際に表示する確認ダイアログの文言を変更 #4981
Conversation
@Saki-htr |
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.
@ai-24 さん
お待たせしてすみません
動作確認したところOKでした🙆♀️
dismiss_confirm
を使うと、指定したダイアログが表示された時にキャンセルの操作が行えるのですね。勉強になりました!
私の方からはApproveさせていただきます
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.
(間違えました)
@@ -394,4 +394,11 @@ class QuestionsTest < ApplicationSystemTestCase | |||
end | |||
assert_link 'Linuxのファイル操作の基礎を覚える' | |||
end | |||
|
|||
test 'show confirm dialog before delete' do |
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がひとつもないような感じなのですが、それだとチェックになってないかもです〜
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.
@komagata |
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で何かを確かめて、それがFailなのかSuccessなのかを確かめる(テストする)ものになっています。
エラーというのはテスト自体が壊れてるという意味なのでもちろん避けたいのですが、assertしていないと何もテストしていないことになってしまいます。
また、なんのテストなのかという主題もわかりやすくなります。
ce95f6d
to
102f977
Compare
@komagata
今までテストの失敗とエラーの違いがあまりよく理解できていなかったと思います。 テストにassertionを追加いたしましたので、再度ご確認いただけますでしょうか。 |
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です〜🙆♂️
Issue
概要
Q&Aを削除する際に表示する確認ダイアログの文言を変更しました。
変更確認方法
feature/change-confirm-prompt-to-delete-question
をローカルに取り込みますbin/rails s
でローカル環境を立ち上げます変更前
変更後