Skip to content

Conversation

@mshchygol
Copy link

No description provided.

@mshchygol mshchygol self-assigned this Jun 27, 2016
* @fileoverview Defines tests for audience engagement.
*
* Success criterias:
* - each element from (nodes) array should exist;
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

Fixed

@vpodk vpodk added this to the July 1, 2016 (Bug fixes) milestone Jun 29, 2016

if (!content || !(PATTERN.test(content) || 'N/A' == content)) {
return true;
if (!content || !PATTERN.test(content) || content == 'N/A') {
Copy link
Member

Choose a reason for hiding this comment

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

@vasylsemiliak
Copy link

LGTM

1 similar comment
@Alexsv7
Copy link
Contributor

Alexsv7 commented Jul 13, 2016

LGTM

* - Elements with ID prefix 'audience-engagement-‘ should contain content and
* the format should adhere to the following examples: 10.1% or 10% or
* 10:1 or 10;
* - Content of elements with ID prefix 'audience-engagement-‘ can't
Copy link
Member

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants