File tree Expand file tree Collapse file tree
test/javascript/TicketTypeAdmin/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ exports[`TicketTypeForm matches snapshot 1`] = `
88 >
99 <label
1010 class = " form-label"
11- for = " «r0» "
11+ for = " _r_0_ "
1212 >
1313 Name (no spaces allowed — only letters, numbers, and underscores)
1414 </label >
1515 <input
1616 class = " form-control"
17- id = " «r0» "
17+ id = " _r_0_ "
1818 name = " name"
1919 style = " font-family: monospace;"
2020 type = " text"
@@ -26,13 +26,13 @@ exports[`TicketTypeForm matches snapshot 1`] = `
2626 >
2727 <label
2828 class = " form-label"
29- for = " «r1» "
29+ for = " _r_1_ "
3030 >
3131 Description
3232 </label >
3333 <input
3434 class = " form-control"
35- id = " «r1» "
35+ id = " _r_1_ "
3636 name = " description"
3737 type = " text"
3838 value = " "
@@ -52,12 +52,12 @@ exports[`TicketTypeForm matches snapshot 1`] = `
5252 >
5353 <label
5454 class = " form-check-label"
55- for = " «r2» "
55+ for = " _r_2_ "
5656 >
5757 <input
5858 checked = " "
5959 class = " form-check-input"
60- id = " «r2» "
60+ id = " _r_2_ "
6161 name = " allows_event_signups"
6262 type = " radio"
6363 value = " true"
@@ -70,11 +70,11 @@ exports[`TicketTypeForm matches snapshot 1`] = `
7070 >
7171 <label
7272 class = " form-check-label"
73- for = " «r3» "
73+ for = " _r_3_ "
7474 >
7575 <input
7676 class = " form-check-input"
77- id = " «r3» "
77+ id = " _r_3_ "
7878 name = " allows_event_signups"
7979 type = " radio"
8080 value = " false"
@@ -98,12 +98,12 @@ exports[`TicketTypeForm matches snapshot 1`] = `
9898 >
9999 <label
100100 class = " form-check-label"
101- for = " «r4» "
101+ for = " _r_4_ "
102102 >
103103 <input
104104 checked = " "
105105 class = " form-check-input"
106- id = " «r4» "
106+ id = " _r_4_ "
107107 name = " counts_towards_convention_maximum"
108108 type = " radio"
109109 value = " true"
@@ -116,11 +116,11 @@ exports[`TicketTypeForm matches snapshot 1`] = `
116116 >
117117 <label
118118 class = " form-check-label"
119- for = " «r5» "
119+ for = " _r_5_ "
120120 >
121121 <input
122122 class = " form-check-input"
123- id = " «r5» "
123+ id = " _r_5_ "
124124 name = " counts_towards_convention_maximum"
125125 type = " radio"
126126 value = " false"
@@ -135,13 +135,13 @@ exports[`TicketTypeForm matches snapshot 1`] = `
135135 >
136136 <label
137137 class = " form-label"
138- for = " «r6» "
138+ for = " _r_6_ "
139139 >
140140 Number of event-provided bananas of this type (per event)
141141 </label >
142142 <input
143143 class = " form-control"
144- id = " «r6» "
144+ id = " _r_6_ "
145145 name = " maximum_event_provided_tickets"
146146 type = " number"
147147 value = " 0"
You can’t perform that action at this time.
0 commit comments