File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -400,9 +400,9 @@ describe('ApiSummary', () => {
400400 const element = await modelFixture ( oasMultipleServersWithDescriptionAmf ) ;
401401 const nodes = element . shadowRoot . querySelectorAll ( '.server-lists li' ) ;
402402 assert . lengthOf ( nodes , 4 , 'has 4 servers' ) ;
403- assert . equal ( nodes [ 0 ] . textContent . trim ( ) , 'https://api.aws-west-prd.capgroup.com/cdp-proxy/profiles - MuleSoft PROD' ) ;
404- assert . equal ( nodes [ 1 ] . textContent . trim ( ) , 'https://api.aws-west-snp.capgroup.com/cdp-proxy-e2e/profiles - MuleSoft UAT (for enterprise consumers)' ) ;
405- assert . equal ( nodes [ 2 ] . textContent . trim ( ) , 'https://api.aws-west-oz.capgroup.com/cdp-proxy-ite2/profiles - MuleSoft QA (for enterprise consumers)' ) ;
403+ assert . equal ( nodes [ 0 ] . textContent . trim ( ) , 'https://api.aws-west-prd.capgroup.com/cdp-proxy/profiles\n MuleSoft PROD' ) ;
404+ assert . equal ( nodes [ 1 ] . textContent . trim ( ) , 'https://api.aws-west-snp.capgroup.com/cdp-proxy-e2e/profiles\n MuleSoft UAT (for enterprise consumers)' ) ;
405+ assert . equal ( nodes [ 2 ] . textContent . trim ( ) , 'https://api.aws-west-oz.capgroup.com/cdp-proxy-ite2/profiles\n MuleSoft QA (for enterprise consumers)' ) ;
406406 assert . equal ( nodes [ 3 ] . textContent . trim ( ) , 'https://api.aws-west-oz.capgroup.com/cdp-proxy-dev2/profiles' ) ;
407407 } ) ;
408408 } ) ;
You can’t perform that action at this time.
0 commit comments