travis-web/assets/scripts/spec/sidebar_spec.coffee
Piotr Sarnacki 4153c990be Fix specs
2012-10-15 23:20:33 +02:00

16 lines
461 B
CoffeeScript

describe 'the sidebar', ->
beforeEach ->
app 'travis-ci/travis-core/jobs/1'
waitFor jobRendered
runs ->
waitFor hasText('#tab_build', 'Build #1')
afterEach ->
window.history.pushState({}, null, '/spec.html')
it 'displays the expected stuff', ->
listsQueues [
{ name: 'common', item: { number: '5.1', repo: 'travis-ci/travis-core' } }
{ name: 'common', item: { number: '5.2', repo: 'travis-ci/travis-core' } }
]