質問編集履歴

1

追記

2020/03/06 16:40

投稿

YK282
YK282

スコア21

test CHANGED
File without changes
test CHANGED
@@ -53,3 +53,21 @@
53
53
  fill_in "Name", with: list.name
54
54
 
55
55
  ```
56
+
57
+ ### 検証モード
58
+
59
+ ![イメージ説明](f235f4d518456e93547f7adcbc0bd5ee.png)
60
+
61
+
62
+
63
+ ### 試したこと
64
+
65
+ ```ここに言語名を入力
66
+
67
+ fill_in
68
+
69
+ "Name", "name", "list[name]", "list_name", "店舗名 ※必須"
70
+
71
+ with: list.name
72
+
73
+ ```