We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fa728 commit 203ffccCopy full SHA for 203ffcc
1 file changed
test/src/tests.js
@@ -222,7 +222,6 @@ describe('Rokt Forwarder', () => {
222
await waitForCondition(() => {
223
return window.mParticle.forwarder.isInitialized;
224
});
225
- // await waitForCondition(() => window.mParticle.Rokt.attachKitCalled);
226
227
window.mParticle.Rokt.kit.filters.should.deepEqual({
228
userAttributesFilters: [],
@@ -663,7 +662,8 @@ describe('Rokt Forwarder', () => {
663
662
window.Rokt.createLauncher = async function () {
664
return Promise.resolve({
665
selectPlacements: function (options) {
666
- window.mParticle.Rokt.selectPlacementsOptions = options;
+ window.mParticle.Rokt.selectPlacementsOptions =
+ options;
667
window.mParticle.Rokt.selectPlacementsCalled = true;
668
},
669
0 commit comments