File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ 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:
28- help@crates.io` ] ) ,
27+ [ 'Report a crate that violates policies' ] . concat ( [
28+ `For all other cases:
29+ help@crates.io` ,
30+ ] ) ,
2931 ) ;
3032
3133 await percySnapshot ( assert ) ;
@@ -42,8 +44,10 @@ module('Acceptance | support', function (hooks) {
4244 const listitem = findAll ( '[data-test-id="inquire-list"] li' ) ;
4345 assert . deepEqual (
4446 listitem . map ( item => item . textContent . trim ( ) ) ,
45- [ 'Report a crate that violates policies' ] . concat ( [ `For all other cases:
46- help@crates.io` ] ) ,
47+ [ 'Report a crate that violates policies' ] . concat ( [
48+ `For all other cases:
49+ help@crates.io` ,
50+ ] ) ,
4751 ) ;
4852 } ) ;
4953
You can’t perform that action at this time.
0 commit comments