Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mehakraza committed Nov 13, 2024
1 parent c0a8692 commit 2ea4835
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion extensions/brandstory/brandstory_scrolldepth.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ window.addEventListener('scroll', function () {
window.utag.link(eventData, null, tagNumber);
//sendLinkEvent(scrollDepth, window.utag.data.page_platform, window.utag.data.adobe_pageName, tagNumber);
}
});
});
9 changes: 0 additions & 9 deletions tests/doplugins/doplugins_events.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ describe('_eventsObj', () => {
jest.restoreAllMocks();
});

describe('TEST CI TEST TRIGGER', () => {
it('should push passed in event string to internal events array', () => {
const event = 'event-203';

s._eventsObj.addEvent(event);
expect(s._eventsObj.events).toEqual([event1, event203]);
});
});

describe('addEvent(event)', () => {
it('should push passed in event string to internal events array', () => {
const event1 = 'event-1';
Expand Down

0 comments on commit 2ea4835

Please sign in to comment.