Skip to content

Commit

Permalink
Re-enable skipped analytics tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Nov 6, 2024
1 parent a3ea7b5 commit 195071c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/lib/src/core/Analytics/Analytics.utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,7 @@ describe('Testing creating a configData object for the Card components', () => {
/**
* 31. showPayButton
*/
// TODO - skip until endpoint can accept more entries in the configData object (current limit: 32);
describe.skip('Testing showPayButton', () => {
describe('Testing showPayButton', () => {
const ANALYTICS_DATA_PROP = 'showPayButton';
const CARD_CONFIG_PROP = ANALYTICS_DATA_PROP;

Expand All @@ -709,8 +708,7 @@ describe('Testing creating a configData object for the Card components', () => {
/**
* 32. socialSecurityNumberMode
*/
// TODO - skip until endpoint can accept more entries in the configData object (current limit: 32);
describe.skip('Testing socialSecurityNumberMode', () => {
describe('Testing socialSecurityNumberMode', () => {
const ANALYTICS_DATA_PROP = 'socialSecurityNumberMode';

const configuration: any = { socialSecurityNumberMode: 'show' };
Expand Down

0 comments on commit 195071c

Please sign in to comment.