@@ -22,7 +22,7 @@ module('Integration | Component | guide-section/subsection', function (hooks) {
22
22
23
23
assert
24
24
. dom ( '[data-test-field="Subsection Title"]' )
25
- . hasText ( '§ Warning: Subsection title not found Edit Translation ' ) ;
25
+ . hasText ( 'Warning: Subsection title not found' ) ;
26
26
27
27
assert
28
28
. dom ( '[data-test-field="Subsection Description"]' )
@@ -58,9 +58,7 @@ module('Integration | Component | guide-section/subsection', function (hooks) {
58
58
59
59
assert
60
60
. dom ( '[data-test-field="Subsection Title"]' )
61
- . hasText (
62
- "§ Use an option to generate a component's JavaScript Edit Translation"
63
- ) ;
61
+ . hasText ( "Use an option to generate a component's JavaScript" ) ;
64
62
65
63
assert
66
64
. dom ( '[data-test-field="Subsection Description"]' )
@@ -107,7 +105,7 @@ module('Integration | Component | guide-section/subsection', function (hooks) {
107
105
108
106
assert
109
107
. dom ( '[data-test-field="Subsection Title"]' )
110
- . hasText ( '§ Data Down, Actions Up Edit Translation ' ) ;
108
+ . hasText ( 'Data Down, Actions Up' ) ;
111
109
112
110
assert
113
111
. dom ( '[data-test-field="Subsection Description"]' )
@@ -141,9 +139,7 @@ module('Integration | Component | guide-section/subsection', function (hooks) {
141
139
/>
142
140
` ) ;
143
141
144
- assert
145
- . dom ( '[data-test-field="Subsection Title"]' )
146
- . hasText ( '§ Mixins Edit Translation' ) ;
142
+ assert . dom ( '[data-test-field="Subsection Title"]' ) . hasText ( 'Mixins' ) ;
147
143
148
144
assert
149
145
. dom ( '[data-test-field="Subsection Description"]' )
0 commit comments