Skip to content

Commit 244170f

Browse files
committed
Remove onlys
1 parent 82276ce commit 244170f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/src/modules/tracker.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10090,7 +10090,7 @@ describe(`ConstructorIO - Tracker${bundledDescriptionSuffix}`, () => {
1009010090
});
1009110091
});
1009210092

10093-
describe.only('trackAssistantPDPOutOfView', () => {
10093+
describe('trackAssistantPDPOutOfView', () => {
1009410094
const requiredParameters = { itemId: '1', itemName: 'item1' };
1009510095
const optionalParameters = {
1009610096
section: 'Products',
@@ -10383,7 +10383,7 @@ describe(`ConstructorIO - Tracker${bundledDescriptionSuffix}`, () => {
1038310383
});
1038410384
});
1038510385

10386-
describe.only('trackAssistantPDPFocus', () => {
10386+
describe('trackAssistantPDPFocus', () => {
1038710387
const requiredParameters = { itemId: '1', itemName: 'item1' };
1038810388
const optionalParameters = {
1038910389
section: 'Products',
@@ -10676,7 +10676,7 @@ describe(`ConstructorIO - Tracker${bundledDescriptionSuffix}`, () => {
1067610676
});
1067710677
});
1067810678

10679-
describe.only('trackAssistantPDPQuestionClick', () => {
10679+
describe('trackAssistantPDPQuestionClick', () => {
1068010680
const requiredParameters = { itemId: '1', itemName: 'item1', question: 'Why choose this?' };
1068110681
const optionalParameters = {
1068210682
section: 'Products',
@@ -10972,7 +10972,7 @@ describe(`ConstructorIO - Tracker${bundledDescriptionSuffix}`, () => {
1097210972
});
1097310973
});
1097410974

10975-
describe.only('trackAssistantPDPQuestionSubmit', () => {
10975+
describe('trackAssistantPDPQuestionSubmit', () => {
1097610976
const requiredParameters = { itemId: '1', itemName: 'item1', question: 'Why choose this?' };
1097710977
const optionalParameters = {
1097810978
section: 'Products',
@@ -11268,7 +11268,7 @@ describe(`ConstructorIO - Tracker${bundledDescriptionSuffix}`, () => {
1126811268
});
1126911269
});
1127011270

11271-
describe.only('trackAssistantPDPAnswerView', () => {
11271+
describe('trackAssistantPDPAnswerView', () => {
1127211272
const requiredParameters = { itemId: '1', itemName: 'item1', question: 'Why choose this?', answerText: 'This product is awesome!' };
1127311273
const optionalParameters = {
1127411274
section: 'Products',
@@ -11565,7 +11565,7 @@ describe(`ConstructorIO - Tracker${bundledDescriptionSuffix}`, () => {
1156511565
});
1156611566
});
1156711567

11568-
describe.only('trackAssistantPDPAnswerFeedback', () => {
11568+
describe('trackAssistantPDPAnswerFeedback', () => {
1156911569
const requiredParameters = { itemId: '1', itemName: 'item1', feedbackLabel: 'thumbs_up' };
1157011570
const optionalParameters = {
1157111571
section: 'Products',

0 commit comments

Comments
 (0)