@@ -816,8 +816,7 @@ describe('javascript-sdk (Browser)', function() {
816816 sinon . assert . called ( fakeEventManager . sendEvent ) ;
817817 } ) ;
818818
819- // TODO: unskip and correct failing test. Need this reference implementation for other work [FSSDK-10711]
820- it . skip ( 'should augment odp events with user agent data if userAgentParser is provided' , async ( ) => {
819+ it ( 'should augment odp events with user agent data if userAgentParser is provided' , async ( ) => {
821820 const userAgentParser = {
822821 parseUserAgentInfo ( ) {
823822 return {
@@ -1059,8 +1058,7 @@ describe('javascript-sdk (Browser)', function() {
10591058 assert ( client . odpManager . eventManager . batchSize , 1 ) ;
10601059 } ) ;
10611060
1062- // TODO: unskip and correct failing test. Need this reference implementation for other work [FSSDK-10711]
1063- it . skip ( 'should send an odp event to the browser endpoint' , async ( ) => {
1061+ it ( 'should send an odp event to the browser endpoint' , async ( ) => {
10641062 const odpConfig = new OdpConfig ( ) ;
10651063
10661064 const apiManager = new BrowserOdpEventApiManager ( mockRequestHandler , logger ) ;
@@ -1117,8 +1115,7 @@ describe('javascript-sdk (Browser)', function() {
11171115 sinon . assert . notCalled ( logger . error ) ;
11181116 } ) ;
11191117
1120- // TODO: unskip and correct failing test. Need this reference implementation for other work [FSSDK-10711]
1121- it . skip ( 'should send odp client_initialized on client instantiation' , async ( ) => {
1118+ it ( 'should send odp client_initialized on client instantiation' , async ( ) => {
11221119 const odpConfig = new OdpConfig ( 'key' , 'host' , 'pixel' , [ ] ) ;
11231120 const apiManager = new BrowserOdpEventApiManager ( mockRequestHandler , logger ) ;
11241121 sinon . spy ( apiManager , 'sendEvents' ) ;
0 commit comments