File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ module('Acceptance | support', function (hooks) {
2424 const listitem = findAll ( '[data-test-id="inquire-list"] li' ) ;
2525 assert . deepEqual (
2626 listitem . map ( item => item . textContent . trim ( ) ) ,
27- [ 'Report a crate that violates policies' ] . concat ( [ 'For all other cases: help@crates.io' ] ) ,
27+ [ 'Report a crate that violates policies' ] . concat ( [ `For all other cases:
28+ help@crates.io` ] ) ,
2829 ) ;
2930
3031 await percySnapshot ( assert ) ;
@@ -41,7 +42,8 @@ module('Acceptance | support', function (hooks) {
4142 const listitem = findAll ( '[data-test-id="inquire-list"] li' ) ;
4243 assert . deepEqual (
4344 listitem . map ( item => item . textContent . trim ( ) ) ,
44- [ 'Report a crate that violates policies' ] . concat ( [ 'For all other cases: help@crates.io' ] ) ,
45+ [ 'Report a crate that violates policies' ] . concat ( [ `For all other cases:
46+ help@crates.io` ] ) ,
4547 ) ;
4648 } ) ;
4749
You can’t perform that action at this time.
0 commit comments