Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PBID-69: Include iframe depth in the data object sent to nest #14

Merged

Conversation

victorigualada
Copy link

No description provided.

@@ -107,7 +107,8 @@ describe('Parrable ID System', function() {
expect(data).to.deep.equal({
eid: P_COOKIE_EID,
trackers: P_CONFIG_MOCK.params.partner.split(','),
url: getRefererInfo().referer
url: getRefererInfo().referer,
isIframe: true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it true that tests run in an iframe? I didn't realize that

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test passes so..

@icflournoy icflournoy merged commit e9b15c1 into parrableIdSystem/PBID-69_send_iframe_depth_to_nest Feb 4, 2021
@icflournoy icflournoy deleted the PBID-69 branch February 4, 2021 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants