Sha256: c85e265d9c0f2eb71a442ba2eedb080d9acc3135a3e8312ca3ab481ed99cc3ea
Contents?: true
Size: 645 Bytes
Versions: 62
Compression:
Stored size: 645 Bytes
Contents
(function () { 'use strict'; describe('WORKAREA.primaryNav', function () { describe('init', function () { afterEach(function () { WORKAREA.takeover.close(); }); it('opens content in a takeover, on click', function () { this.fixtures = fixture.load('primary_nav.html'); WORKAREA.primaryNav.init($(this.fixtures)); $('#link').trigger('click'); expect(_.isEmpty($('#takeover'))).to.equal(false); expect($('#takeover').text()).to.include('Nav Content'); }); }); }); }());
Version data entries
62 entries across 62 versions & 1 rubygems