{{componentName}}


Any general tests related to this component. E.g. counting how many instances are on a page or whether or not it exists.

function($selector) { } This function should return a value
if (the value returned from the test function ) {
    //the test will pass
}
function($selector) { } This function should return a value
if (the value returned from the test function ) {
    //the test will pass
}

Any tests that run for each instance of the {{componentName}}. E.g. position on the page or testing content.

function($selector) { } This function should return a value
if (the value returned from the test function ) {
    //the test will pass
}
function($selector) { } This function should return a value
if (the value returned from the test function ) {
    //the test will pass
}

function($selector) { } This function should return a value
if (the value returned from the test function ) {
    //the test will pass
}
function($selector) { } This function should return a value
if (the value returned from the test function ) {
    //the test will pass
}